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: Elliotte Harold <elharo AT ibiblio.org>
  • To: Michael Ludwig <milu71 AT gmx.de>
  • Cc: 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 21:06:12 -0700

On Sat, Jun 20, 2009 at 11:28 AM, Michael Ludwig<milu71 AT gmx.de> wrote:
> 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):
>

A nice idea indeed. I'll have to remember that trick. However you
would have to step outside of XOM to do that since XOM does not expose
entities in its model.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page