[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Sorting and resorting possible?


Subject: [xsl] Sorting and resorting possible?
From: "Marcus Klinge" <klinge@xxxxxxxxxxxxxxx>
Date: Thu, 29 Mar 2001 13:14:36 +0200

hi.

I am currently working on a project and wondering if it is posible to
re-sort an already sorted list?

For example:

<xsl:for-each select="RESULT">
	<xsl:sort select="CHAPTER/NUMBER">
		<xsl:if test="CHAPTER='1'">
			..
			Here I would need to sort again
			...
		</xsl:if>
</xsl:for-each>

Marcus Klinge
Web Producing
----------------------
Karzauninkat Webdesign
Barner Strasse 14
22765 Hamburg
Tel: 040 39834 771
Fax: 040 39834 779


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



Current Thread