[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Arnold, Curt" <Curt.Arnold@h...>
  • To: "'xml-dev@l...'" <xml-dev@l...>
  • Date: Wed, 23 May 2001 13:58:15 -0600

You are passing the parser a UNC file name not an URL as Xerces
is expecting.  

If you did (only approximations),

parser.parse(new File(XMLFile).toURL());

or

parser.parse("file:///c:/pk.xml");

You should be OK.  If you are using backslashes with an XML
parser you are asking for trouble.

Questions specific to a particular implementation
are best asked on the implementations mailing list, in this
case xerces-j-user@x....

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member