You will have to write an EntityResolver and jack it into the parser. I believe there is an example that shows how to do it.
Best regards Erik Rydgren Mandarin FS Sweden > -----Original Message----- > From: Ilan Nehama [mailto:[EMAIL PROTECTED] > Sent: den 18 september 2003 09:57 > To: [EMAIL PROTECTED] > Subject: Validation against XML schema without internet connection > > Hi > > I want to validate a locally stored XML file against a locally stored XSD > file using xerces 2.2.0 . > I am using a unix machine that often does not have connection to the > global > web. > Whenever the connection is down, the parsing collapses. > > How can I configure the DOMParser or change my files to parse the file > without relying on internet connection. > > > Thanks > Ilan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
