xsl-list
[Top] [All Lists]

RE: [xsl] RE: Troubling passing parameter to xsl:sort via ASP

2007-08-02 18:27:11
Works perfect!  Thanks to all.

-----Original Message-----
From: Florent Georges [mailto:darkman_spam(_at_)yahoo(_dot_)fr] 
Sent: Thursday, August 02, 2007 12:58 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] RE: Troubling passing parameter to xsl:sort via ASP


Jessica Hennessey wrote:

<xsl:sort select="*[name()=$order]" order="$orderdirection"/>

  xsl:sort/@order is an AVT:

    http://www.w3.org/TR/xslt20/#xsl-sort

  So use: order="{ $orderdirection }".

  Regards,

--drkm
























 
____________________________________________________________________________
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--