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

 

Reply via email to