Hello, Don't put the statement !Doctype in xml file. So while parsing it will not look for dtd. Hope this helps Vanasri ----- Original Message ----- From: "Jason Rizer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 3:12 PM Subject: How can I turn off use of DTD?
> Hello. I apologize if this question doesn't make > perfect sense, but I'm pretty new to all of this. > I've inherited some code which uses the xerces parser > implementation. It includes a class which extends > org.apache.xerces.parsers.DOMParser and overrides > startReadingFromExternalSubset( ) and > stopReadingFromExternalSubset( ) with null > implementations because we don't use a DTD. First of > all, where are these methods? I can't find them in > the DOMParser class. Also, is there any other way to > turn off the use of DTDs? Thanks in advance. > > -Jason > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > --------------------------------------------------------------------- > 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]
