xsl-list
[Top] [All Lists]

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

2007-08-02 15:25:49
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>
--~--