How to specify a SAX Driver?
843834Aug 26 2001 — edited May 2 2003Hello,
I got the following error when I run my program.
org.xml.sax.SAXException: System property org.xml.sax.driver not specified
at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory
.java:90)
at examples.xml.http.StockClient.main(StockClient.java, Compiled Code)
I use JAXP API and I would like to know how to specify an SAX driver, where to get it?
Thanks in advance.