Re: [xsl] When does sort occur?

Subject: Re: [xsl] When does sort occur?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 13 Jun 2003 09:46:28 +0100
<xsl:template match="node" mode="getmax">
  <!-- I want only the <node> element that has the @num with the highest 
numerical value -->
  <xsl:if test="position()=1"><xsl:value-of select="."/></xsl:if>
</xsl:template>


That would work. (You could just have tried it)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread