This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XSL DocBook v.1.58


Hello,

I hope I'm in the good mailing list for repporting this possible
bug in the Stylesheet :-)

<footnote> is not possible in <section><itemizedlist/></section>
BUT
<footnote> is possible in <chapter><itemizedlist/></chapter>

Please try my simples test-docs :

"section.xml"
<section>
  <title>Arbre de concepts</title>
  <para>
    <itemizedlist>
      <listitem>
        <para>
          Une liste non ordonnée
          <footnote>
            <para>
              Une note de bas de page dans une liste non
ordonnée.
            </para>
          </footnote>
        </para>
      </listitem>
    </itemizedlist>
  </para>
</section>

"chapter.xml"
<chapter>
  <title>Arbre de concepts</title>
  <para>
    <itemizedlist>
      <listitem>
        <para>
          Une liste non ordonnée
          <footnote>
            <para>
              Une note de bas de page dans une liste non
ordonnée.
            </para>
          </footnote>
        </para>
      </listitem>
    </itemizedlist>
  </para>
</chapter>
--
Malo Pichot




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]