What is the best method to parse multiple, discrete, custom XML documents with Java?
+2
A:
You will want to use org.xml.sax.XMLReader
(http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/XMLReader.html).
jcsalterego
2008-08-22 18:27:35