Java XML: Difference between revisions

Content deleted Content added
m internal links
Line 10:
 
A number of different software packages implement these APIs including:
* [[Xerces]] – One of the original and still (in 2002) most popular [[Simple API for XML|SAX]] and [[Document Object Model|DOM]] parser.
* [[Crimson XML]] – A faster [[Simple API for XML|SAX]] and [[Document Object Model|DOM]] parser.
* [[Xalan]] – The original and still (in 2002) most popular [[XSLT]]/[[XPath]] implementations.
* [[Sparta XML]] – A fast and small [[Simple API for XML|SAX]] and [[Document Object Model|DOM]] parser that also includes an [[XPath]] subset.
* Woodstox – An open source StAX implementation.