Re: [dom4j-user] Outputting a large document as SAX events

2002-12-10 Thread James Strachan
: Benjamin Kopic To: [EMAIL PROTECTED] Sent: Sunday, December 08, 2002 6:28 PM Subject: [dom4j-user] Outputting a large document as SAX events Hi I am trying to figure out how to output a large XML document as SAX events. Basically, I parse a large XML file using ElementHandler interface to perform

[dom4j-user] Outputting a large document as SAX events

2002-12-08 Thread Benjamin Kopic
Hi I am trying to figure out how to output a large XML document as SAX events. Basically, I parse a large XML file using ElementHandler interface to perform specific operation on the given element and then I would like to output that element to another file. So far I have created a SAXWriter