|
Subject: Re: [xsl] Simple Sort Problem From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Tue, 26 Nov 2002 18:16:30 -0500 |
Even with the change Xalan still outputs the wrong order
<xsl:template match="HelloWorld">
<xsl:apply-templates select="Row">
<xsl:sort select="info/date" order="descending"/>
</xsl:apply-templates>
</xsl:template><xsl:template match="Row"> <xsl:apply-templates/> </xsl:template>
Good luck, Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Simple Sort Problem, Evan Borysko | Thread | [xsl] Counting Child Nodes, bix xslt |
| Re: [xsl] Counting Child Nodes, Greg Faron | Date | Re: [xsl] Iterating over all the An, Wendell Piez |
| Month |