Re: Parser Error

2000-08-23 Thread Andy Clark
[EMAIL PROTECTED] wrote: > "C:\paul\CEDFleets\java\xml\Example.xml". With switched to using a URI class to be more conformant with the XML specification. Please reformat your system id to a proper URI, such as "file:///c:/paul/CEDFleets/java/xml/Example.xml". -- Andy Clark * IBM, JTC - Silicon

Parser Error

2000-08-23 Thread Paul_Martin
In my java application (which runs on windows NT), when I parse an xml file using the DOM parser's parse() method, I specify a file using eg :- "C:\paul\CEDFleets\java\xml\Example.xml". This worked with the Xerces 1.0.3 parser, but with the 1.1.3 parser, I get the following error :- FATAL