[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] numbering/count()


Subject: RE: [xsl] numbering/count()
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 20 May 2005 23:16:04 +0100

> Yup. And a fine thing it is, too. Most lately we suggested
> 
> <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? 

Yes, this ought to work.

Michael Kay


Current Thread