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

Subject: Re: [xsl] text() and following-sibling-axis
From: Ruud Grosmann <r.grosmann@xxxxxx>
Date: Wed, 06 Aug 2008 16:08:20 +0200
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

Current Thread