Hi,

I have to generate a very simple XML from scratch for B2B, programmatically.
I thought about using the XmlWriter and making looped calls to
startElement/endElement - for those who are familiar with .NET, in the same
way as an XmlTextWriter.

Is the XmlWriter the preferred way of doing this ? I don't want to create a
full document in memory, just to generate on-the-fly document to a stream
with a low memory footprint.

Any ideas/pointers welcome

Cheers,

Thibaut


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to