• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

XML parsers

 
Ranch Hand
Posts: 233
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic