Re: [xsl] Simple Sort Problem

Subject: Re: [xsl] Simple Sort Problem
From: Evan Borysko <evanborysko@xxxxxxxxx>
Date: Tue, 26 Nov 2002 15:46:59 -0500
Even with the change Xalan still outputs the wrong order


On Tuesday, November 26, 2002, at 03:20 PM, Wendell Piez wrote:


<xsl:template match="Row">
  <xsl:apply-templates select="info">
    <xsl:sort select="date" order="descending"/>
  </xsl:apply-templates>
</xsl:template>


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


Current Thread