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

Re: passing a parameter to select attribute of <xsl:sort>

Subject: Re: passing a parameter to select attribute of <xsl:sort>
From: Nick Browne <NickBrowne@xxxxxxxxxxxxxxx>
Date: Wed, 21 Jun 2000 22:06:29 +0100
Re: passing a parameter to select attribute of <xsl:sort>
Ryan, as I understand from the XSLT spec and Mike Kays book (p 119) you cannot do all
that you want to in one go. The select attribute cannot use an attribute value template
though the order attribute can. The reason being that select requires an XPath pattern.
I guess the way round this is with a choose/when/when/.../otherwise construct with each
of the possible sort conditions explicitly stated.

Or is there another way ?

Regards

Nick Browne
Slipstone Ltd


Ryan Daigle wrote:

>         I am trying to pass a parameter into a sort element through another
> template as follows:
> ...
>         <xsl:apply-templates select="./listItem">
>                 <xsl:sort order="{$order}" select="$orderingElement"/>
>         </xsl:apply-templates>
> </xsl:template>


 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.