RE: [xsl] Ordered Records

Subject: RE: [xsl] Ordered Records
From: "Andrew Welch" <andrew@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Feb 2002 11:51:01 -0000
Hi,

try:

<xsl:template match="record[not(position() > 10)]">
  <xsl:value-of select="number"/>
</xsl:template>


(using not() to avoid writing &lt;)

cheers

andrew

===

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


Current Thread