Ordering Output

Subject: Ordering Output
From: Craig Gingell <cgingell@xxxxxxxxxxx>
Date: Fri, 13 Mar 1998 11:55:54 -0500
I am using Microsoft's MSXSL processor, to generate an HTML table of
information.

My question is, is it possible to sort the order that items in the XML
file are processed ?

<STAFF>
 <PERSON>
  <NAME>Craig</NAME>
  <EXTENSION>2049</EXTENSION>
 </PERSON>
 <PERSON>
  <NAME>Arthur</NAME>
  <EXTENSION>2050</EXTENSION>
 </PERSON>
 <PERSON>
  <NAME>Brian</NAME>
  <EXTENSION>2051</EXTENSION>
 </PERSON>
</STAFF>

I want the table to list Arthur, Brian, and then Craig in that order

what should I place in the rule for <STAFF>, so that the <PERSON>
elements, are processed in the order of the <NAME> element ?

Thanks in advance

Craig


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


Current Thread