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] | [List Home]


Subject: Does footnoteref


Hello,
Does anyone know if the footnoteref's work in 1.74? (DB4.5/Saxon5.5.5/FOP0.95b)
 
I have not had to use them until now and it appears that they do not work as advertised. They only pick up the first footnote but not the footnoteref's afterward.
 
I even ran this code under the standard stylesheets and had the same results. Either I am doing something plumb silly (that could be reality) or they don't work.
 
I have included sample code - can someone give it a try or tell me more about it.
 
Thanks!
 
Dean Nelson
 
----------------------------------------------------
 
 
 
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.docbook.org/xml/4.5/docbookx.dtd"[
]>
 

<appendix>
<title>Spare Parts List</title>
 
  <table>
    <title>Electrical Spare Parts</title>
    <tgroup cols="2" align="left">
      <colspec colname="c1" colwidth="2*" align="center"/>
      <colspec colname="c2" colwidth="5*" align="left"/>
      <tbody>
       <row>
        <entry><para>2023.1 <footnote id="Crticalcomp"><para>Critical components</para></footnote></para></entry>
        <entry><para>DC Power Supply</para></entry>
       </row>
 
       <row>
        <entry><para>2154.1 <footnoteref linkend="Criticalcomp"/></para></entry>
        <entry><para>1-axis Motion Controller</para></entry>
       </row>
 
       <row>
        <entry><para>M002 <footnoteref linkend="Criticalcomp"/></para></entry>
        <entry><para>Module Output</para></entry>
       </row>
      </tbody>
    </tgroup>
  </table>
 
</appendix>




Gas prices getting you down? Search AOL Autos for fuel-efficient used cars.


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