Java API for XML

As mentioned previously, there are many competing software implementations of the common XML standards (DOM, SAX, XPath, XSLT, and so on). Naturally, they are programmatically accessed by various methods. For example, the method for creating an instance of an XML parser with the original Microsoft XML Parser for Java was completely different from the method used for the IBM XML for Java parser. This has often caused confusion and difficulty when moving a developed XML application from one implementation to another.

Fortunately, however, Sun has decided to standardize and integrate the APIs for working with XML with the official “Java API for XML.” These interfaces are rapidly gaining industry acceptance, and will form the foundation ...

Get Special Edition Using XML, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.