Jim Gan wrote: > > Hi, > > I'd like to change the Xerces 1.x parser to use the local dtd instead of > the > dtd embedded in the xml document for validation. > > Can anyone tell me which java files I should modify ? > Is it enough to just change scanDoctypeDecl() in XMLDocumentScanner ? See http://xml.apache.org/~edwingo/jaxp-faq.html#EntityResolver for another option. I just updated my JAXP FAQ today. -Edwin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
