This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSLTC key() with for-each Problem


Hi Joerg,

I was afraid that might be the answer.
Thanks for taking the time to consider my problem.

Troy

At 11:16 PM 7/12/2002 +0200, you wrote:
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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]