[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: is there really a need for location steps of ".."?

Subject: Re: is there really a need for location steps of ".."?
From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
Date: Fri, 14 Mar 2003 08:03:49 -0500 (EST)
Re:  is there really a need for location steps of ".."?
On Fri, 14 Mar 2003, David Carlisle wrote:

> The chances are that your XSLT system includes rewrite rules
> that transform these kinds of things from one style to the other,
> depending on which is the best for the implementation so in practive it
> may make no difference whatsoever, however if the predicate is expensive
> to evaluate and you assume wandering around the tree is less so, and
> you assume the system does no rewrites or optimisations then
> 
> //part[--complicated-test--involving .]/ancestor::*
> 
> is on the face of it more efficient than
> 
> //*[--complicated-test---involving descendant::part] 
> 
> as in the former the complicated test will be done just once for each
> part element, but in the latter it will be executed on each part element
> as many times as that element has ancestors.

yup, i see your point.  and i suspect this isn't the first time
someone has asked this question, i just wanted to be sure there
wasn't something subtle about the above that i didn't notice at
first glance.

thanks.

rday


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.