Lend a helping hand...

I'm new to XML parsing and would like to know a few things:Where do I get a parser and all .jars needed for XML work?Which one is the fastest?Where is a GOOD tutorial on parsing with Java (not by Sun)?That's all for now!SF
[273 byte] By [sfrenchie2000] at [2007-9-26 1:14:11]
# 1
I went straight to JDOM. Download from http://www.jdom.org. There are two simple tutorials on Javaworld written by the JDOM designers. Have a look at the JDOM documentation page for links to these. This was enough to get me going.
thebobster at 2007-6-29 0:31:01 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
You'll also need JAXP, downloadable from http://java.sun.com/xml/xml_jaxp.html
thebobster at 2007-6-29 0:31:01 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...