D
Daniel Pitts
Hello everyone.
I've noticed that a lot of time in a few of my code-bases is spent in
XPath.evaluate or XPathExpression.evaluate. I've re-written part of it
to use direct DOM navigation where feasable with a huge speed increase.
I was thinking there must be faster implementation of XPath than the
default com.sun implementation. Does anyone have any experience with this?
Thanks,
Daniel.
I've noticed that a lot of time in a few of my code-bases is spent in
XPath.evaluate or XPathExpression.evaluate. I've re-written part of it
to use direct DOM navigation where feasable with a huge speed increase.
I was thinking there must be faster implementation of XPath than the
default com.sun implementation. Does anyone have any experience with this?
Thanks,
Daniel.