Posted By:
neal_ravindran
Posted On:
Thursday, August 1, 2002 11:05 AM
I found answer in the JAXP tutorial(part of sun webservices tutorial)..
Set the property 'javax.xml.parsers.SAXParserFactory' from command line like in the following example:-
java -Djavax.xml.parsers.SAXParserFactory=yourFactoryHere Echo01.java someXmlFile.xml
The factory name you specify must be a fully qualified class name (all package prefixes included)