This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sort, count, number, group


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]