Hello Xerces users/developers!

It is possible to create an XML document using calls to SAX (like startElement). This 
is illustrated in some samples I found in books.
After examining the documentation of Xerces, I found no means to set an output source 
for the document. Disappointig enough, this is also not covered in the samples I have 
seen so far.

I tried out the DOMWriter's writeNode and this works - however, "pretty printing" 
shows no line breaks. The 2003/12/20 build of Xerces does nicely but I'm not sure 
whether it would be compatible with Xalan 1.4.0.

I'm quite a newbee to Xerces and would be very glad to get some advice about 
serializing XML. I'd prefer SAX for it because exporting many data from a RDBMS would 
yield a big DOM memory footprint. Can one use SAX to programmatically create an XML 
doc in a file?

Thanks for any suggestions or tips,
Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to