Friday, November 12, 2010

The Next Generation Of XML

Version of Tomcat 3.1, which we use here, working with the analyzer Sun JAXP 1.0, implementing only the interfaces SAX 1.0 API and the first level of DOM. Version 1.1 of JAXP parser will support a second level of the DOM and version 2.0 SAX. Many of the changes just make it easier to configure the characteristics of the analyzer, but some of them add significant new features.

In JAXP 1.1 will include a new package Javas.XML. Transform to define interfaces that support the transformation of XML data based on style sheets. Among other properties, you can select a more generalized analyzers, the manipulation of name spaces and simplify configuration of many parameters of the analyzer.

If you are interested in experimenting with the latest innovations associated with the XML support in Java, in drafting the parser Xerces Apache organization continues to consider new proposals. Many of the proposed amendments are in various stages of development, so that the Xerces parser is not a finished product, but rather a working draft.

No comments:

Post a Comment