| Author |
Help with XMLReader setProperty method
|
srinivasan gopalan
Greenhorn
Joined: Aug 02, 2006
Posts: 2
|
|
I need a method to set the DTD of the XMLReader. This is how I set the XSD of the XMLReader. XMLReader parser = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser"); parser.setProperty(�http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation�, �D:\xsd\today.xsd�); I need a method similar to this so that I can set the DTD
|
 |
 |
|
|
subject: Help with XMLReader setProperty method
|
|
|