Skip to Content.
Sympa Menu

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

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Michael Ludwig <milu71 AT gmx.de>
  • To: XOM Interest List <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Appending at the end of an Xml file efficiently
  • Date: Sat, 20 Jun 2009 20:28:50 +0200

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




Archive powered by MHonArc 2.6.24.

Top of Page