Re: sort, count, number, group

Subject: Re: sort, count, number, group
From: "Mark Volkmann" <volkmann@xxxxxxxxxx>
Date: Sun, 12 Mar 2000 20:02:20 -0600
Somewhat related to this ...
Suppose I have this XML.

<artist>
  <recording year="1991">
    <name>Solace</name>
  </recording>
  <recording year="1999">
    <name>Mirrorball</name>
  </recording>
</artist>

How can I find the name of the most recent recording using XSLT?


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


Current Thread