[xsl] Re: <xsl:sort select="borrower" order="descending"/> question

Subject: [xsl] Re: <xsl:sort select="borrower" order="descending"/> question
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 17 Jun 2003 20:06:20 +0200
http://dpawson.co.uk/xsl/sect2/N6461.html#d6859e950


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL


<dmitrik@xxxxxxxxxxxxxx> wrote in message
news:293580-220036217135613598@xxxxxxxxxxxxxxxxxxxxxx
>
> 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
>
>




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


Current Thread