-
For the complete examples, download x-java3_codefiles.zip.
Review the previous tutorials in this series:
- "XML programming in Java technology, Part 1" covers the basics of manipulating XML documents using Java technology, and looks at the common APIs for XML ( developerWorks, January 2004).
- "XML programming in Java technology, Part 2" shows you how to do tasks such as generate XML data structures, validate XML documents, work with namespaces, and interface XML parsers with non-XML data sources ( developerWorks, July 2004).
Visit the DOM Technical Reports page at the W3C for links to all things DOM-related. To view the individual specs, visit:
Read about SAX Version 2.0.
Learn all about JDOM at the JDOM project's home page.
If you want a refresher on the fundamentals of XML itself, read Doug's popular "Introduction to XML" tutorial (developerWorks, August 2002).
Find more resources related to the technologies discussed here on the developerWorks XML and Java technology zones.
Finally, find out how you can become an IBM Certified Developer in XML and related technologies.


