Re: [xsl] XSLTC key() with for-each Problem

Subject: Re: [xsl] XSLTC key() with for-each Problem
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Fri, 12 Jul 2002 23:16:55 +0200
Is there any other way to force the key() function to refer to the nodes in $old_file? The name of the old file is being passed into the stylesheet as a parameter, so I don't believe it can be directly referenced in <xsl:key>.

<xsl:key> works per XML tree, you don't specify a special one (or a document) in the key-declaration. With your <xsl:for-each select="$oldfile"> you only change the context document for the key to work on.


So there is no work around if there is really a bug in XSLTC. Either you use the inefficient method or must wait until the bug is fixed.

Joerg


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread