[xsl] sorting on attributes.

Subject: [xsl] sorting on attributes.
From: shreekumar_veeramani@xxxxxxxxxxxxxx
Date: Wed, 23 Oct 2002 11:31:29 -0400
is there a way to sort on the attributes of an element.


example :

<name lastname="shr" firstname="kum" age="26" address="40 port">

output:

name
     address = 40 port
     age = 26
     firstname = kum
     lastname = shr


Shree


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


Current Thread