<xsl:sort select="borrower" order="descending"/> question2003-06-17 06:56:13
is there a way to pass a variable into the select
<xsl:sort select="borrower" order="descending"/>
so that different values can be sorted in the xml?
<xsl:for-each select="trades/trade">
<xsl:sort select="borrower" order="descending"/>
tia,
dk
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||