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

RE: XPath "//", speed, and Saxon

Subject: RE: XPath "//", speed, and Saxon
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 31 Oct 2008 17:06:03 -0000
RE:  XPath "//"
> Out of interest, how does it work with the following:
> 
> /descendant::*[@foo = 'bar']

That's going to take substantially longer than /descendant::foo. How much
longer, I don't know.
> 
> Also, what happens with regard to wildcards in template matches:
> 
> <xsl:template match="*[@foo = 'bar']">
> 
> <xsl:template match="*[@foo = 'something else']

In Saxon, template rules whose match pattern identifies an explicit element
name will always be significantly more efficient than those that don't. (A
really bad case with Saxon is to write a stylesheet with 1000 template rules
all of the form match="*[..some predicate..]")

Michael Kay
http://www.saxonica.com/

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.