AW: [xsl] Special processing for the first process of an element

Subject: AW: [xsl] Special processing for the first process of an element
From: "Huditsch Roman" <Roman.Huditsch@xxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 15:57:04 +0100
I think you should be able to select the first occurrence with
<xsl:apply-templates select="//result[not(preceding::result)]"/>

wbr,
Roman


> -----Urspr|ngliche Nachricht-----
> Von: Peter Hickman [mailto:peter@xxxxxxxxxxxxx]
> Gesendet: Mittwoch, 10. November 2004 15:48
> An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Betreff: [xsl] Special processing for the first process of an element
>
> In my xml data I have tags around highlighted search terms and when
> rendering it to XHTML I want to place a <a name="hit" /> on only the
> first occurrence of such a tag. The problem is that I don't seem to be
> able to use ancestor or preceding sibling to reliably identify the very
> first encounter of the tag. For example:
>
> <p>
>     <p>
>        <p>
>              <result>First</result>
>        </p>
>     </p>
>     <p>
>        <result>Second</result>
>     </p>
> </p>
>
> When processing the tag around the word "Second" I seem to be unable to
> locate the earlier occurrence around the word "First".
>
> Any ideas?
>
> Thanks.



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Current Thread