Re: [xsl] numbering/count()

Subject: Re: [xsl] numbering/count()
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Fri, 20 May 2005 21:15:58 -0400
On May 20, 2005, at 5:34 PM, Wendell Piez wrote:

<xsl:function name="bib:footcite" as="xs:string">
    <xsl:param name="footciteable" as="element()"/>
    <xsl:number level="any" select="$footciteable"
       count="db:footnote|db:citation[not(ancestor::db:footnote)]"/>
</xsl:function>

...which ought to work, right? (Bruce will probably tell us if not.)

Just for the record, yes, it works.


Bruce

Current Thread