[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Parametrized xsl:sort
Subject: RE: [xsl] 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
|