Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Performance of Java XPath engines

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: shirasu hiroyuki <hirsh AT s9.dion.ne.jp>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Performance of Java XPath engines
  • Date: Wed, 19 Jan 2005 00:22:02 -0800


Thanks. Care to add the XOM CVS XPath support as well as Nux to your
tests?

Yes, I will. But I have some question.
I used the JAXP 1.3 API of Saxon 8.2 in my tests.
Does XPath engine of Nux use Saxon?

Yep, it uses Saxon, but the numbers may not be exactly the same.
For your tests it seems that all you need is something along the following lines

Document doc = new Builder().build(xyz));
for (...) {
Nodes results = nux.xom.xquery.XQueryUtil(doc, "/a/b/c");
}





Archive powered by MHonArc 2.6.24.

Top of Page