Re: [xsl] Using symbols for footnotes

Subject: Re: [xsl] Using symbols for footnotes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 28 Jan 2008 14:40:09 GMT
given a global variable, say

<xsl:variable name="ftn" select="('*','**','&#x02020','&#x02021')"/>

Then $ftn[4] would make a double dagger, so it should be fairly easy to
get from a numeric value returned by xsl:number or position() or a
per-page extension numbering function to the symbol that you want.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread