Re: XSL-question: sort with parameter

2002-03-27 Thread Leonid Kleiner
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

Re: XSL-question: sort with parameter

2002-03-26 Thread Bartomeu Adrover
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

Re: XSL-question: sort with parameter

2002-03-26 Thread KOZLOV Roman
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

XSL-question: sort with parameter

2002-03-26 Thread Axel Honfi
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 -