Can somebody please tell me what is JAXP and Xerces ? Is JAXP the Sun's implementation of DOM and SAX?
david, chen
Greenhorn
Joined: Jan 18, 2001
Posts: 15
posted
0
yes, It's Java API for XML Parsing. Please check sun's website for detail.
Peter Tran
Bartender
Joined: Jan 02, 2001
Posts: 783
posted
0
Saritha, JAXP is Sun's implementation of a JAVA XML Parser. You can find more information at: www.javasoft.com/xml Xerces is also a Java XML Parser that is part of the Apache project. Information can be found at: xml.apache.org/xerces-j/index.html -Peter
[This message has been edited by Peter Tran (edited March 29, 2001).]
Saritha Pilla
Greenhorn
Joined: Feb 25, 2000
Posts: 15
posted
0
Thank you !! I have another question: Is it possible to use a different parser using JAXP? If so,how??