xsl-list
[Top] [All Lists]

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

2008-08-06 07:06:13
Martin Honnen wrote:
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::*.

Yes!

Martin, thank you very much. I think I'm going to read more documentation on that one.

Thanks, Ruud

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