MalformedURLException instead of FileNotFoundException since 2.0.2

2002-07-02 Thread Thomas Börkel
HI! If I try to parse (with DocumentBuilder) a non-existent XML document from hard disk (Windows 2000, filename="C:\something.xml"), I do not get a FileNotFoundException but a MalformedURLException ("unknown protocol: c") since 2.0.2. This was OK in 2.0.1. Regards, Thomas ---

Bugzilla: Cannot report bugs for 2.0.2

2002-07-02 Thread Thomas Börkel
HI! In Bugzilla, I can only report bugs for Xerces up to 2.0.1. Regards, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: caching of grammars that include other grammars

2002-07-02 Thread Torsten Curdt
On Monday 01 July 2002 22:38, Aleksandar Milanovic wrote: > Hi All, > > Few days ago I sent two emails about problems related to caching grammars > (schemas) that include other grammars. Isn't there anybody competent to > answer these questions? Same here... we must have been just ignored... :-/ -

Re: TXElement & TXDocument equivalent in xerces.jar

2002-07-02 Thread Andy Clark
Mary H. Maslowski wrote: in XML4J right now, I use the DTD *class* to get the >DTD structure and content model Are you just looking at what the content model *looks* like or are you using it also to perform validation? The "correct" way of doing validation in DOM will be the DOM L3 Abstract Schema