xsl-list
[Top] [All Lists]

AW: Special processing for the first process of an element

2004-11-10 07:57:04
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(_at_)semantico(_dot_)com]
Gesendet: Mittwoch, 10. November 2004 15:48
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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.


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



**********************************************************************
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
**********************************************************************



<Prev in Thread] Current Thread [Next in Thread>