xsl-list
[Top] [All Lists]

Re: XSL Sort problem

2003-10-14 15:16:10
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(_at_)mitretek(_dot_)org>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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



<Prev in Thread] Current Thread [Next in Thread>