aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes XML parsers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "XML parsers" Watch "XML parsers" New topic
Author

XML parsers

Arun Boraiah
Ranch Hand

Joined: Nov 28, 2001
Posts: 233
I am new to xml technology. I just learnt differences between Dom and sax parser.
Now my question is, in sax parser it self there are many parser like jaxp, xalan, crimsion. For What
this different parser is used for? Please can anyone help me with simple example.
Thanks in advance.
-arun


Sharing is learning
Jes Sie
Ranch Hand

Joined: Jul 24, 2001
Posts: 188
Originally posted by Arun Boraiah:
I am new to xml technology. I just learnt differences between Dom and sax parser.
Now my question is, in sax parser it self there are many parser like jaxp, xalan, crimsion. For What
this different parser is used for? Please can anyone help me with simple example.
Thanks in advance.
-arun


Crimson has folded. They've moved to Xerces version 2, I think.
Whereas JAXP is not a parser. It's some sort of wrapper compliant for parsers and transformers(XSLT).
Xalan is a transformer.
For more info, http://xml.apache.org/index.html


Thank you.<br /> <br />- Jess Sie<br /> <a href="mailto:jess@see-consulting.com" rel="nofollow">jess@see-consulting.com</a>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: XML parsers
 
Similar Threads
DDML
reading xml data
Difference between DOM and SAX Parser
compare two xml files thru .java class using SAX / DOM parser
XSL transformation using Apache Xalan