t: Wednesday, March 27, 2002 6:22 AM
Subject: XSL-question: sort with parameter
> Hi!
>
> I passed a parameter to a stylesheet and I can get the value with
> .
>
> But I need to sort data by the value of the parameter like
>
> .
>
> But with this nothing happens and a
It's not a very good solution if you have a lot of values for sort,
because you need to put one xsl:if tag for any possible value.
http://www.w3.org/1999/XSL/Transform";>
Axel Honfi wrote:
> Hi!
>
> I passed a parameter to a stylesheet and
Hi Axel,
You can use something like following:
Best regards
Roman
Axel Honfi wrote:
> Hi!
>
> I passed a parameter to a stylesheet and I can get the value with
> .
>
> But I need to sort data by the value of the parameter like
>
> .
>
> But with this nothing happens and all other for
Hi!
I passed a parameter to a stylesheet and I can get the value with
.
But I need to sort data by the value of the parameter like
.
But with this nothing happens and all other forms I tried also failed.
Does anyone know how to work this?
Thanks a lot
Axel
-