OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: XSL: fix footnote numbers


I'm using version 1.14 of the DocBook XSL stylesheets with DocBook XML 4.1.
 I don't like the way footnotes are rendered in HTML.  In the footnote
section at the bottom of the page, the numbers appear as superscripts.
I've commented out the <sup> tag and added a space after the number:

93c93
<     <sup>
---
>     <!-- <sup> -->
98,99c98,99
<       <xsl:text>]</xsl:text>
<     </sup>
---
>       <xsl:text>] </xsl:text>
>     <!-- </sup> -->
--
Jon Willeke, Quality Engineer
InterSystems Corp.
One Memorial Drive, Cambridge, MA 02142


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC