Re: [xsl] select only first node

Subject: Re: [xsl] select only first node
From: Ronald <ronald@xxxxxxxxxxx>
Date: Fri, 13 Apr 2001 11:07:29 +0100
<xsl:apply-templates select="block[position()='1']"/>
<xsl:apply-templates select="block[position()='2']"/>
<xsl:apply-templates select="block[position()='3']"/>

this would do I think

At 11:00 AM 4/13/01 +0200, you wrote:
(sorry for previous 'short' mail, i hitted by accident ctrl + enter)

<news>
<block></block>
<block></block>
<block></block>
</news>

how to select with <xsl:apply-templates select="."/> for example only the
first or second or third <block> ?

thx, kb

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


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


Current Thread