Re: [xsl] Counting with xsl:key

Subject: Re: [xsl] Counting with xsl:key
From: Philip Vallone <philip.vallone@xxxxxxxxxxx>
Date: Tue, 31 Mar 2009 20:02:35 -0400
Thanks... works perfect. Actually xmlSPY throws an error if the select statement is in the <xsl:number>

<xsl:number level="any" count="figure[not(@inline='true')]" select="key('fig-key', @href)" />

Saxon runs it as expected... Saxon rocks

Thanks again,

Phil

Current Thread