RE: [xsl] select only first node

Subject: RE: [xsl] select only first node
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Fri, 13 Apr 2001 11:19:07 +0100
Kristof,
Have a look at
http://www.bayes.co.uk/xml/index.xml?/xml/tutorial/paging/paging.xml for an
example of linking and reloading.
To get the first one you should do
<xsl:apply-templates select="block[1]"/>

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Kristof
>Bernaert
>Sent: 13 April 2001 10:26
>To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
>Subject: RE: [xsl] select only first node
>
>
>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
>


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


Current Thread