Sorry if this is not the right forum...
I am trying to write a simple class to parse my XML
document. I thought I would use org.xml.* but turns
out that I have to implement a parser -- implementation of XMLReader.
To this effect I downloaded Xerces (Apache) XML parser. My questions are:
1. What is XML parser class name?
2. How do I instantiate this parser? Or use it in
java command line?
3. How do I register ContentHandler with this
parser?
I would appreciate any suggestions...