[Home] [By Thread] [By Date] [Recent Entries]
Hi,
I did not see any response on this (except for one who said he used Perl instead), so I tried myself. The templates below, I thought would do what was wanted, but I only get it to sort on the 1st level, not on the second level. I do not know why. Does anybody else have a solution, and can anyone tell me why my solution does not work? Regards, Ragulf Pickaxe :)
<xsl:template match="input"> <xsl:apply-templates select="node"> <xsl:sort select="node/rank" data-type="number" order="ascending"/> </xsl:apply-templates> </xsl:template> <xsl:template match="node"> <node> <xsl:copy-of select="rank"/> <xsl:apply-templates select="node"> <xsl:sort select="node/rank" data-type="number" order="ascending"/> </xsl:apply-templates> </node> </xsl:template>
_________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



