Hi, I am reading a huge xml file and writing elements to other file. I am using SAX. So are there any APIs or any wrapper over SAX so I can avoid the dirty code in SAX.
Thnaks in advance. [ November 13, 2007: Message edited by: Yogesh G ]
StAX is a "pull" parser as opposed to SAX which "pushes" events to your code. Some people find it conceptually easier to think about parsing this way and a StAX parser is easier to stop if you only need part of the data in the document.
You still have to write code to handle the specific "events" as the parser encounters each element of the XML document.
Did you look into the pipeline toolkits?
Bill
Yes, my master! Here is the tiny ad you asked for: