Re: [xsl] Order... is posible?

Subject: Re: [xsl] Order... is posible?
From: George Cristian Bina <george@xxxxxxx>
Date: Wed, 16 Jun 2004 18:09:58 +0300
You should find this in any XSLT tutorial I guess, take for instance:

http://www.google.com/search?q=sort+in+XSLT
-->
http://www.xml.com/pub/a/2002/07/03/transform.html
http://www.w3schools.com/xsl/xsl_sort.asp
===

Best Regards,
 George
-----------------------------------------------
George Cristian Bina
<oXygen/> XML Editor & XSLT Editor/Debugger
http://www.oxygenxml.com


Dionisio Ruiz de Zarate wrote:
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?
[...]

Current Thread