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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: DOCBOOK: 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




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


Powered by eList eXpress LLC