A Survey of APIs and Techniques for Processing XML (O'Reilly)
[Posted July 16, 2003 by cook]
Dare Obasanjo
writes about XML processing tools on O'Reilly.
"
This article provides an overview of the current landscape of techniques for processing XML and runs the gamut from discussing old mainstays, such as push model APIs and tree model APIs as exemplified by SAX and DOM, to newer participants in the XML world such as cursor APIs and pull model parsers as exemplified by the .NET Framework's XPathNavigator and the XmlPull API respectively."
(
Log in to post comments)