dom4j-user  

[dom4j-user] xml library question

David Thielen
Mon, 07 Mar 2005 20:03:33 -0800

Hi:

 

  1. Does anyone know of a very simple xml library that:
    1. Runs on java 1.1.8
    2. Can do simple xpath queries – or can return a tree of nodes that I can walk on a xpath query?
    3. And optionally can do a SAX type creation of a xml file where I feed it the nodes in order and it just writes them immediately rather than building up a DOM and then writing when all done?
  2. What should I use to do a SAX parse of a xml file (java 1.3+)?

 

Thanks – dave

 

 

  • [dom4j-user] xml library question David Thielen