xsl-list
[Top] [All Lists]

Re: numbering/count()

2005-05-20 18:15:58

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>