Michael Cortez wrote:

> I just tried using this, and I get back:
> 
> file:/C:/Projects/ORPS/xsl/html/autoidx.xsl:85: no such function: key
> 
> That line in the XSL Sheet is:
> 
>   <xsl:variable name="terms" select="//indexterm[count(.|key('letter',
>                                      translate(substring(&primary;, 1,
> 1),&lowercase;,&uppercase;))[1]) = 1]"/>
> 
> I am using XT for my XSL Transformation, should I be using another?

Yep. XT doesn't support key() function which is fundamental base of
autoindexing stylesheet. I'm quite satisfied by Saxon processor, be sure
that you are using latest version, older had some bugs.

-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>

Reply via email to