RE: [xsl] Passing tree fragment as a tunneled param to be accessed by key

Subject: RE: [xsl] Passing tree fragment as a tunneled param to be accessed by key
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 15 May 2006 09:11:45 +0100
> The source of my original problem rested with the difference between:
> 
> $objects/key('objects',@ref)/@out-id
> 
> and
> 
> key('objects',@ref,$objects)/@out-id

The difference between these two is that the context node for evaluating
"@ref" is different in the two cases.

Michael Kay
http://www.saxonica.com/

Current Thread