Order... is posible?

Subject: Order... is posible?
From: "Dionisio Ruiz de Zarate" <dionisio@xxxxxxxxxxxxx>
Date: Wed, 16 Jun 2004 16:19:10 +0200 (CEST)
Hellow i have the bellow xml and i want to print the name with:
<xsl:value-of select="name"/>
but i want to appears ordered by the ide node.
is this posible?
how?

thanks




<?xml version="1.0" encoding="UTF-8"?>
<root>
	<person>
		<name>adsf</name>
		<ide>3</ide>
	</person>
	<person>
		<name>adsf</name>
		<ide>1</ide>
	</person>
	<person>
		<name>adsf</name>
		<ide></ide>
	</person>
	<person>
		<name>adsf</name>
		<ide>2</ide>
	</person>
	<person>
		<name>adsf</name>
		<ide>5</ide>
	</person>
</root>

Current Thread