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

Re: Annoying XSLT code

Subject: Re: Annoying XSLT code
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Thu, 18 Aug 2005 13:47:28 +0100
Re:  Annoying XSLT code
> > <xsl:apply-templates select="$sections/section"/>
>
> Why is this annoying? (I do it all the time:-) if the xpath to select
> $sections is big and complicated and you need to query into it multiple
> times then you either need to use a variable, or trust your system's
> optimiser to implictly cache the result of the expression the first time
> you use it.

In this case the variable would exist as a global variable in a
different stylesheet - ctrl->f for it in the stylesheet where it's
used returns nothing, so then you have to check each stylesheet in the
hierachy to find out exactly what the variable contains.  It's a real
mess.

I would expect in your case you define the variable just above where
it is used multiple times to save replicating code, which is what any
normal person would do.

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.