Tools
Currently the code
on developerlife.com
"supports" the following Java XML1.0 compliant parsers:
- Sun Project X
Technology Release 2
- Datachannel XJParser
- IBM XML Parser for
Java v2.0.9
- OpenXML v1.0.4.
It (usually) does not
matter
which parser you use
in your code because they both use the DOM 1.0 interfaces defined by
the
W3C; these are the classes in the org.w3c.dom
package.
The only difference in using these tools is the code
which instantiates the DOM object (from the XML document) and the
import
statements that are needed. Once the DOM object has been instantiated,
you have to use the W3C interfaces to access it anyway.
Sun Project X Technology Release
2
Datachannel XJParser
IBM XML Parser for Java
v2.0.9
OpenXML Parser v1.0.6
Java Servlet Development Kit
Java2 Development Kit
JRun Servlet Engine
|