xsl-list
[Top] [All Lists]

[xsl] RE: Using symbols for footnotes

2008-01-28 07:37:49
Hi,

  There is one simple thing you could do by marking the bullet points instead 
of number, use what you have here.
   You don't even have to use XSL for this, if I am suspecting you are 
exporting it to HTML first.

   You can just use something like

  <xsl:template match = "/" >
               <xsl:variable name = "footnote" >*</xsl:variable>
                <xsl:variable name="text"><xsl:vaue-of 
select="."/></xsl:variable>
               <xsl:value-of select = "concat($footnote, '  ', $text" />
          </xsl:template>

However, without your input and output, I am not sure if this is the way you 
really wanted it.

I hope what I have here helps.
======================================================
Alice Wei
MIS 2008
School of Library and Information Science
Indiana University Bloomington
ajwei(_at_)indiana(_dot_)edu
________________________________________
From: Cindy Hunt [Cindy(_dot_)Hunt(_at_)sas(_dot_)com]
Sent: Monday, January 28, 2008 9:28 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Using symbols for footnotes

Hi-

I have a requirement to use symbols (*, **, ***, dagger, double-dagger)
to represent footnotes. I know <xsl:number> does not support this
format. Has anyone had a successful method for getting this done? I am
using Saxon for my XSL transform.

I am using Antenna House for my FO formatting and another requirement I
have is to restart numbering on each page - they have an extension that
does this well. I am not sure that something I come up with for the
footnote symbols will mesh well with these extensions. So if you are
doing this with using Antenna House extensions, I am particularly
interested.

Thanks for any advice,
Cindy Hunt
SAS


--~------------------------------------------------------------------
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>
--~--


--~------------------------------------------------------------------
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>