xsl-list
[Top] [All Lists]

Re: Simple Sort Problem

2002-11-26 13:46:59
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



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