Content deleted Content added
added link to XSLT |
Harryboyles (talk | contribs) m Disambiguation link repair - You can help! and minor fixes using AWB |
||
Line 1:
The '''Java API for [[XML]] Processing''', or '''JAXP''', is one of the [[Java XML]] [[programming]] [[Application programming interface|API]]s. It provides the capability of validating and parsing [[XML]] documents. The two basic parsing interfaces are:
* the [[Document Object Model]] parsing interface or '''DOM''' interface
* the [[Simple API for XML]] parsing interface or '''SAX''' interface
|