Resources for xml
- Participate in the discussion forum.
- Read Benoît Marchal’s tip “Implement XMLReader ” (developerWorks, November 2003), which explains how to use a transformer to write syntactically correct documents.
- Check out “SAX, the power API” (developerWorks, August 2001), which explains how to use a SAX parser and compares event-based APIs (like SAX) to object-based ones (such as DOM).
- Avoid the pitfalls of XML namespaces — read Uche Ogbuji’s article “Use XML namespaces with care” (developerWorks, April 2004), part of his “Principles of XML design” series.
- Review the other installments of Benoît Marchal’s Working XML column.
- Find hundreds more XML resources on the developerWorks XML zone.
- Browse for books on these and other technical topics.
- Learn how you can become an IBM Certified Developer in XML and related technologies.
About author of above information.
Benoît Marchal is a Belgian consultant. He is the author of XML by Example, Second Edition and other XML books. You can contact him at bmarchal@pineapplesoft.com or through his personal site at marchal.com.

