Re: [xsl] Keyword xsl:key may not be used here.

Subject: Re: [xsl] Keyword xsl:key may not be used here.
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 11 Sep 2006 17:29:25 +0200
Jaebin,

xsl:key is a top level element and as such may only appear as a child of the xsl:stylesheet element. It may appear as many a times as you need.

Cheers,
Abel Braaksma
http://abelleba.metacarpus.com

Jaebin Lee wrote:
Hi,

Im' trying to use <xsl:key> inside of a template, it always gives an
error saying
"Keyword xsl:key may not be used here."

Is it just impossible to use key inside of a template?
Why is this error cause?

-Jaebin

Current Thread