Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] does XOM offer any performance advantages for me?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: jason mazzotta <jazzdman AT comcast.net>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] does XOM offer any performance advantages for me?
  • Date: Fri, 25 Mar 2005 21:18:20 -0500


I was looking for a way to more quickly get to a particular message to move it, or a particular mailbox to add or remove it. However, if I understand what I've read so far, while using a StreamingPathFilter would get me where I want to go faster, I would want to then serialize not just the change but the rest of the document as well. So, I'd need to build the DOM for the entire document anyways.


Right. If you need the entire document, then you need to have the entire document. Possibly you could build, serialize, and then throw away a piece at a time, but that's getting a little trickier.


--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page