[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] preceding-sibling axis scope


Subject: Re: [xsl] preceding-sibling axis scope
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 16 Apr 2009 14:10:07 +0200

Clint Redwood wrote:

When I have a reference like this...

current-group()[preceding-sibling::elemA]

does the preceding-sibling refer to the current-group() content, or the
source document?

With that expression you will get a sequence of nodes in current-group() which have an 'elemA' preceding sibling element.



--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/


Current Thread