Java XML: Difference between revisions

Content deleted Content added
m cleaning up articles using AWB (8759)
mNo edit summary
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 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.