Next in thread →
Next in month →
Re: [docbook-apps] missing footnote when
Normally the docbook.xsl stylesheet does not output footnotes after the end of each section, because the assumption is that you are processing a larger document that contains sections. Most people don't want to see footnotes interspersed among the sections. The chunking stylesheets know how to do it, though. So use the onechunk.xsl stylesheet instead of docbook.xsl to process your sect entities. Bob Stayton Sagehill Enterprises ----- Original Message ----- From: "Day, Troy L" <> To: <> Sent: Thursday, July 10, 2003 6:54 AM Subject: [docbook-apps] missing footnote when > Hi, > > I'm having a problem generating footnotes when my <book> uses entities to > include smaller sections. Using xslt stylesheets for html, if I translate > the entire book the footnotes come out fine, but if I translate individual > subsections (the entity files, which typically start with a <sect2> or > <sect3>) then the superscript number is generated in the text, but the note > does not appear in the footer area. > > Thanks in advance, > Troy > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > For additional commands, e-mail: > >
Next in thread →
Next in month →