Hi;
1. Does anyone know of a very simple xml library that:
a. Runs on java 1.1.8
b. Can do simple xpath queries – or can return a tree of nodes that I can walk on a xpath query?
c. 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
-
XML library questions (1 messages)
- Posted by: David Thielen
- Posted on: March 06 2005 18:54 EST
Threaded Messages (1)
- XML library questions by Richard Rodger on March 07 2005 09:05 EST
-
XML library questions[ Go to top ]
- Posted by: Richard Rodger
- Posted on: March 07 2005 09:05 EST
- in response to David Thielen
I used the Aelfred parser on java 1.1 back in the day - no xpath but very fast and small. Not user if it's still available - you'll have to google for it.