Re: [xsl] Navigation / node-set

Subject: Re: [xsl] Navigation / node-set
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 14 May 2008 19:13:38 +0200
nenad@xxxxxxxxxxxxxxx wrote:
Hi, my problem is that with this code
instead of displaying the first matching preceding-sibling
I display all of them that precede.
How I can diplay just the first matching preceding-sibling?


<xsl:for-each select="preceding-sibling::*">

<xsl:for-each select="preceding-sibling::*[1]">



--


	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread