Re-ordering elements

Subject: Re-ordering elements
From: Tomas Eriksson <ter@xxxxxxxxx>
Date: Thu, 22 Oct 1998 11:42:39 +0100
Hello,

I am wondring if anyone knows how to re-order elements using XSL. I have
the following document:

<library>
	<book index="1">
		<name>...</name>
	</book>
	<book index="2">
		<name>...</name>
	</book>
	<book index="3">
		<name>...</name>
	</book>
	<book index="4">
		<name>...</name>
	</book>
</library>

I would like to present the last book element first and then upwards so
that the first book element is presented last.

Is this possible using XSL ?

Regards

Tomas


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


Current Thread