Java XML: Difference between revisions

Content deleted Content added
m cleaning up articles using AWB (8759)
Line 7:
* [[Java API for XML Web Services]], or '''JAX-WS'''.
* [[Java API for RESTful Web Services]], or '''JAX-RS'''.
* [[XQuery_API_for_JavaXQuery API for Java|Java API for XQuery]], or '''XQJ'''.
* [[Java Architecture for XML Binding]], or '''JAXB'''. – (this is its official Sun name, even though it is an API, see [http://java.sun.com/developer/technicalArticles/WebServices/jaxb/])
* [[StAX|STreaming XML processing]], or '''StAX''' (compatible with JDK 1.4 and above, included in JDK 1.6).
Line 16:
* [[Xerces]] – One of the original and most popular [[Simple API for XML|SAX]] and [[Document Object Model|DOM]] parser.
* [[Xalan]] – [[XSLT]]/[[XPath]] implementation, included in JDK 1.4 and above as the default transformer (XSLT 1.0).
* [[Saxon_XSLTSaxon XSLT|Saxon]], alternative highly specification compliant [[XSLT]]/[[XPath]]/[[XQuery]] processor (supports both XSLT 1.0 and 2.0)
* Woodstox – An open source [[StAX]] and [[Simple API for XML|SAX]] (as of version 3.2) implementation.