Is Crimson similar to xerces? Better/faster/same?
The code below is a non implementation dependent way of obtaining a
SAXParser, am I right?
XMLReader reader =
org.xml.sax.helpers.XMLReaderFactory.createXMLReader("org.apache.xerces.pars
ers.SAXParser");
In the code above, what is the classname to use with JDK 1.4?
Is JAXP more adopted as the standard, or the above method?