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: book / info / abstract / footnote not generated into HTML


I do have a tiny DocBook "book" here,
and my problem with it is,
that the footnote does not appear in HTML generated by the 1.72.0 stylesheets.



I tried poking my installation in order to use 1.73.0 stylesheets,
that I actually downloaded and unwrapped,
but apparently I wasn't very successfull,
as the HTML output still says, it got generated by the 1.72.0 stylesheets.
But that's another problem ...



It's not really any problem at all for me, that the footnote does not appear,
I just thought, I should tell you here about that little "irregularity".


I edited the text in nxml-mode, so RELAX NG does have it's hands on it
and does consider it valid according to my /usr/share/xml/docbook/schema/rng/5.0CR4/docbook.rnc .

Maybe it's still invalid DocBook syntax / semantics.

Maybe someone is interested in this kind of problem.

JH


<?xml version="1.0"?>

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0CR4//EN" "http://www.oasis-open.org/docbook/xml/5.0CR4/dtd/docbook.dtd";>

<book xmlns="http://docbook.org/ns/docbook"; xmlns:xl="http://www.w3.org/1999/xlink";>

  <title>My DocBook XML test document</title>

  <info>
    <abstract>
      <para>
	paragraph of an abstract<footnote><para>footnote ref. abstract within info</para></footnote>
      </para>
    </abstract>
  </info>

  <chapter>
    <title>a chapter title</title>
    <para>a paragraph</para>
  </chapter>
</book>


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