XML Dataserver
Hi Al,
I am trying to create the XML dataserver. The location of the xml file is
http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml
I have sepecied the JDBC driver as
com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
and jdbc url as
jdbc:snps:xml?f=http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml
Now when I am trying to test the connection it throws me the error as
Connection Falied
java.sql.SQLException: The DTD file "http://www.ecb.int/stats/eurofxref/eurofxref-daily.dtd" doesn't exist: http://www.ecb.int/home/html/404.en.html
Pls help me in reslovng the error
I know that the dtd file at the given location is missing ...
Is there anyway where I can bypass the dtd file ???