On 07/11/11 22:19, Lex Trotman wrote:
[...]
Hi Simon
I'm running the same version of DocBook XSL Stylesheets (Xubuntu) but I
don't get any footnotes when a run it through a2x (with or without your
patch), when I run xmlto (version 0.0.23) footnotes work fine without the
patch so xmlto must have customized stylesheets.
Cheers, Stuart
Hi Stuart,
I can confirm the errors Simon had, but I no longer have that system
to tell you any more detail. But I remember that the xsl stylesheet
had code to explicitly allow only paras as members of footnotes, which
is what gave the errors.
a2x gave the errors on verbose only I think.
This is strange. I rechecked:
$ dpkg -l docbook-xsl
:
ii docbook-xsl 1.75.2+dfsg-3 stylesheets for processing DocBook XML to va
$ xmlto --version
xmlto version 0.0.23
$ a2x -d manpage -fmanpage -v t.txt
$ a2x -d manpage -fmanpage t.txt
Both generate the man page without the footer text:
8<-------------------------
TEST(1) TEST(1)
NAME
test - simple test
DESCRIPTION
Text ... [1].
AUTHOR
...
8<-------------------------
$ asciidoc -dmanpage -bdocbook t.txt
$ xmlto man t.xml
Generates the correct output:
8<-------------------------
TEST(1) TEST(1)
NAME
test - simple test
DESCRIPTION
Text ... [1].
AUTHOR
...
NOTES
1. Simple footnote
8<-------------------------
Cheers, Stuart
Cheers
Lex
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.