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: select only first node


<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


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