This is the mail archive of the xsl-list@mulberrytech.com mailing list .


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

RE: Counting Footnotes


> However, footnotes are usually 
> numbered, I would
> like to be able to number each footnote, in the text, and place the
> corresponding number at the bottom of the text next to the footnote.
> 
> Could someone give me some indicators on how I might go about this?
> 

<xsl:number level="any"/> is designed for this purpose;
 
<xsl:value-of select="count(preceding::footnote)+1"/> works just as well

Mike Kay

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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