xsl-list
[Top] [All Lists]

Re: When does sort occur?

2003-06-13 01:46:28

<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



<Prev in Thread] Current Thread [Next in Thread>