I implemented a handler for SAX parser but finding hard to extract node content. I would like to know whether it is possible to manipulate the nodes using SAX without creating DOM?
Sax isn't really good for doing node manipulation. Is there a reason that you cannot use the dom support?