[XOM-interest] Appending at the end of an Xml file efficiently

Michael Ludwig milu71 at gmx.de
Sat Jun 20 14:28:50 EDT 2009


Elliotte Harold schrieb am 20.06.2009 um 06:38:10 (-0700):
> XML is not well designed for appending to the end of an existing file.

You could append to an external general parsed entity (EGPE):

# cat records.ent
<record> eins </record>
<record> zwei </record>
<record> drei </record>
... ever growing log file ...

And then include that in an XML document.

Michael Ludwig


More information about the XOM-interest mailing list