[xsl] preceding-sibling axis scope

Subject: [xsl] preceding-sibling axis scope
From: Clint Redwood <clint@xxxxxxxxxxxxxxx>
Date: Thu, 16 Apr 2009 12:59:28 +0100
Hi,

I'm confused by what my XSL is producing, when I'm using the
preceding-sibling axis, within a xsl:for-each-group element.

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?

I had expected it to scope to the current-group() but the effect appears
to suggest that the scope is the source document.

Apologies if this is a stupidly obvious question.

Yours,

Clint.

Current Thread