Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Canonicalizer Performance

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Canonicalizer Performance
  • Date: Tue, 05 Sep 2006 10:46:53 -0400

Sean Truman wrote:
I have profiled, and it is hanging in the XPath Query

write(node.query(".//. | .//@* | .//namespace::*"));


I have to investigate further, but given that this is coming up in the
Canonicalizer, it might be worth exploring whether this specific query
could be special cased. I might be able to write XOM code to do this
that bypasses Jaxen entirely. That could well be faster.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/





Archive powered by MHonArc 2.6.24.

Top of Page