[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: Parametrized xsl:sort
From: "Neale Morison" <nmorison@xxxxxxxxxxxxxx>
Date: Fri, 30 Aug 2002 12:15:31 +1000
To be specific, I want the result of:
	<xsl:sort select="$sortkey" order="descending"/>
with parameter sortkey:
	<xsl:with-param name="sortkey" select="@name"/>
to be equivalent to:
	<xsl:sort select="@name" order="descending"/>

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


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member