This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Sorting and resorting possible?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]