RE: [xsl] select only first node

Subject: RE: [xsl] select only first node
From: Kristof Bernaert <kbernaert@xxxxxxxxxxx>
Date: Fri, 13 Apr 2001 11:25:43 +0200
i was little bit to fast, of course with position(), i can select one node

so, xsl has to be start with showing the first block.
i generate as many links in same xsl as there are <block>'s
for example at the left site there must be (in this case) 2 links that links
to block 2 and 3

possible when a link selected that xsl reload the block with position number
equal to the selected link ?


-----Original Message-----
From: Ronald [mailto:ronald@xxxxxxxxxxx]
Sent: vrijdag 13 april 2001 12:07
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] 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

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


Current Thread