Hi:
- Does anyone know of a very
simple xml library that:
- Runs on java 1.1.8
- Can do simple xpath queries
– or can return a tree of nodes that I can walk on a xpath query?
- 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?
- What should I use to do a SAX
parse of a xml file (java 1.3+)?
Thanks – dave
|