Re: [xml-dev] How to let XPATH be faster

From
Wolfgang Hoschek <>
To
Li Yuejiong <>
Date
2005-07-27T19:17:25Z
ID
<>
Thread
Re: [xml-dev] How to let XPATH be faster
For example, Nux/Saxon is designed with specifically this use case in  
mind. It wouldn't be surprised if you'd observe phenomenal speedups  
by simply replacing whatever you have now with XQueryUtil.xquery(doc,  
"a/b/c") or similar.

Wolfgang.

On Jul 27, 2005, at 5:33 AM, Li Yuejiong(John) wrote:



> Hi,
>
> I have a large XML file which is more than 4000 elements. I want to
> evaluate so many xpath expressions on this xml file and find the xpath
> function consume too many time. Is there any way to fast it?
>
> I use xalan 2.6.0.
>
> Thanks,
> John Li
>
>