RE: [xsl] FW: include and key

Subject: RE: [xsl] FW: include and key
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 17 Nov 2004 12:37:16 -0000
> narrowing down my problem I've notice that, a key used and 
> working in my
> main xsl file, doesn't return any value in an included file 
> from the main
> xsl.
> 
> Is it an expected result?

No, you should be able to define a key in one module and use it in an
included module, or vice versa.

Are you sure that at the time you call the key() function, the context node
is in the right document? key() will search whatever document is current at
the time you call it.

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

Current Thread