This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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

Re: RE: RE: HTML XSL


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: jirka@kosek.cz
  http://www.kosek.cz

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


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