xsl-list
[Top] [All Lists]

Re: [xsl] text() and following-sibling-axis

2008-08-06 06:57:30
Ruud Grosmann wrote:

<xsl:apply-templates select="$this/text()[1]/following-sibling::*" mode="li"/>

But it appears that the select only selects the b-element.

My questions are: - what do I misunderstand and (isn't the following text a sibling then?)

It is a sibling but not an element so you need to use following-sibling::node() instead of following-sibling::*.

--

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

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

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