[EMAIL PROTECTED] wrote: > Fatal Error at file <XML>, line 2, column 75, message <An exception > occured! Type:MalformedURLException, Message:The URL used an unsupported > protocol> > > The DOCTYPE declaration in question is: > > <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.0.002/cXML.dtd"> > > I don't see anything wrong with the URL. Can you help?
The problem is that the version of Xerces you're using doesn't have http support built into it. Are you using the Windows version, or what? Some of the precompiled versions have net support compiled in, some don't. Your best best is (probably) to have a look at the list archives and figure out who wrote the networking code and ask them (or wait for them to respond on this list) or to check out a copy of the CVS source tree and build it yourself with net accessor libs. HTH, Mike. -- Mike Mason, Software Engineer XML Script Development Team Office: 44-1865-203192 http://www.xmlscript.org/ Mobile: 44-7050-288923
