|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Multiple elements condition
On 8/30/07, David Carlisle <davidc@xxxxxxxxx> wrote: > > > > exists(para[2]) and not(exists(para[3])) > > > > or th count() could be noticably slower > if the sy> > > > exists(para[2]) and empty(para[3]) > > they both always look for the 2nd and 3rd element but you don't need t0 > look for the 3rd if the 2nd isn't there.... > > if (para[2]) then empty(para[3]) else false() > > but the chance that any of these make a measurable difference is slim, You never know being too clever with the XPath may just confuse the optimizer and end up making things slower... I think there might be a rule here of "code the obvious" -- http://andrewjwelch.com
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







