Subject: RE: optimize XPath query to speed up processing
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 8 Aug 2002 14:46:40 +0100
|
>
> I d like to optimize the following Xpath query :
>
> "//a/@href | //go/@href | //card/@onenterforward |
> //card/@onenterbackward | //card/@ontimer |
> //template/@onenterforward
> | //template/@onenterbackward | //template/@ontimer | //img/@src |
> //option/@onpick "
>
If you only execute this once, it's not going to be easy: declaring a
key might help, but maybe not much. If you execute it more than once,
then put it in a global variable.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|