Hi;

Not XmlReader, XmlWriter. I have the reading part going great with SAX. But
when I create xml I build up an entire DOM and then write it - but I never
need the DOM and would like to write it on the fly as I go.

Thanks - dave


 
David Thielen
www.windwardreports.com
303-499-2544
 

-----Original Message-----
From: Edwin Dankert [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 10, 2005 1:38 PM
To: David Thielen
Cc: dom4j-user@lists.sourceforge.net
Subject: Re: [dom4j-user] XmlWriter equivilent in dom4j?

You might be able to implement your own XMLReader to
generate your own SAX events and use the SAXModifier
to serialize these events?

This gives a good example of how to create a XMLReader:
http://www.developer.com/xml/article.php/2108031

Regards,
Edwin

--
http://www.edankert.com/



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to