I have a relatively large number of objects that I would like to serialize as XML. However, I don't want to build a DOM. Notably, a DOM for these objects requires a lot of memory. Is there another Xerces (SAX-ish?) way to create the XML?
Thanks, Windy