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

[xsl] Sorting on different elements...


Subject: [xsl] Sorting on different elements...
From: "Chris Ward" <cward@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 22 Jan 2004 09:36:23 -0000

Hi,

Sorry if this has been asked before - or is a daft question.

Is it possible to parameterise an <xsl:sort> ?

Example.

	<root>
		<data>
			<firstname value="Fred"/>
			<lastname value="Smith"/>
		</data>
		<data>
			<firstname value="Tom"/>
			<lastname value="Jones"/>
		</data>
		<data>
			<firstname value="Myles"/>
			<lastname value="Ward"/>
		</data>
		...
	</root>

Sometimes I want to sort <data> on "firstname/@value" sometimes
on "lastname/@value" based on a user parameter of some kind.

Is this possible?

	

Best regards
Chris

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



Current Thread