Re: [xsl] using parameters in filters?

Subject: Re: [xsl] using parameters in filters?
From: "Mattias Konradsson" <preacher@xxxxxxxxxxx>
Date: Sat, 24 Feb 2001 13:13:23 +0100
> , and I can't even use params in sort elements since they can't
> be contained in a if clause

at least I found a solution to that problem,

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

too bad the same won't work with filters

Best Regards
---
Mattias Konradsson



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


Current Thread