Java API for XML Processing: Difference between revisions

Content deleted Content added
YurikBot (talk | contribs)
m robot Adding: de:JAXP
added link to XSLT
Line 6:
* [[StAX]] the Streaming API for XML. JSR #173.
 
In addition to the parsing interfaces, the API provides an [[XSLT]] interface to provide data and structural transformations on an XML document. JAXP was developed under the [[Java Community Process]] as JSR 5 (JAXP 1.0) and JSR 63 (JAXP 1.1 and 1.2). [[J2SE]] 1.4 is the first version of Java that comes with an implementation of JAXP. [[As of 2006]], the current version of JAXP is version 1.2 and JAXP 1.3 is being developed under JSR 206.
 
=== DOM interface ===