[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Is it possible to create xsl:sort from input parameters using XSLT 2.0 (Saxon)?
Subject: Re: [xsl] Is it possible to create xsl:sort from input parameters using XSLT 2.0 (Saxon)?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 31 Jul 2006 17:00:44 +0100
|
> {"order must be 'ascending' or 'descending'"}
it may be an AVT evaluating to either of those, so presumably in your
case $sortField/SortField[1]/Order evaluates to something else
(such as "" ?) what's your definition of $sortField
David
|