[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: sorting and parameters
>How do I pass a sort key to a stylesheet? In response to this problem and others of the same ilk, the next version of SAXON will contain an extension function evaluate() which takes as its argument an XPath expression in the form of a string, and returns the result of evaluating that expression. So you will be able to write <xsl:param name="key">normalize-space(title)</xsl:param> . . . <xsl:sort select="sxf:evaluate('$key')" order="{$sortorder}"/> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|