On Wed, 2004-11-10 at 03:33, Joseph Kesselman wrote: > > > CachedXPathAPI differs from XPathAPI in that it holds its document models > (or document model adapters, if you're searching a DOM) in memory between > XPath evaluations. This means you skip a lot of set-up work. [snip]
Hi Joe, Thanks for your hints. Between those and reading the source code I managed to optimise my app's xpath usage. I did spot a few issues with the CachedXPathAPI class which I will be posting about separately. Thanks, Simon
