Re: [xsl] XSL Sort problem

Subject: Re: [xsl] XSL Sort problem
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Tue, 14 Oct 2003 15:16:10 -0700
I get no sort at all, either descending or ascending.  Results appear as
they do in the xml source.
I transform my stylesheet with the MSXML 4.0 parser and Classic ASP.

Karl


----- Original Message -----
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, October 14, 2003 12:05 PM
Subject: RE: [xsl] XSL Sort problem


> [ Karl J. Stubsjoen]
>
> > Ultimately, I need to sort by @value where value is a number
> > ranging from -3
> > to 6
> >   <xsl:apply-templates select="$rateit_lu//AXRATE"
> > mode="get_RateIT_Selection">
> >     <xsl:with-param name="rate">0</xsl:with-param>
> >     <xsl:sort select="$rateit_lu//AXRATE/@value" />
> >   </xsl:apply-templates>
> >
> >   <xsl:apply-templates select="$rateit_lu//AXRATE"
> > mode="get_RateIT_Selection">
> >     <xsl:with-param name="rate">0</xsl:with-param>
> >     <xsl:sort select="@value" />
> >   </xsl:apply-templates>
> >
> >
> > None of these work at all.  What do you suppose the problem is?
> >
>
> What do you mean?  Do you get an error?  Results sorted differently from
> what you expect?  No output?  How are you conecting the lookup values
> with the data from the xml source document/
>
> Cheers,
>
> Tom P
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>


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


Current Thread