[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makeinfo --docbook outputs invalid XML
From: |
Simon Josefsson |
Subject: |
makeinfo --docbook outputs invalid XML |
Date: |
Thu, 26 Sep 2002 03:31:53 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) |
Using sample.texi file from the Texinfo manual works badly with
makeinfo --docbook. After lots of manual editing of the XML file I
got something that compiled, but I guess this should ideally be fixed
in makeinfo (I think it is a makeinfo bug, not a sample.texi bug).
Or are my docbook tools too old? Texinfo is 4.2.
bash-2.05b$ makeinfo --docbook sample.texi
bash-2.05b$ docbook2pdf sample.xml
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl#print
Working on: /home/jas/src/libgsasl/doc/sample.xml
jade:/home/jas/src/libgsasl/doc/sample.xml:14:14:E: document type does not
allow element "BLOCKQUOTE" here; assuming missing "PARA" start-tag
jade:/home/jas/src/libgsasl/doc/sample.xml:38:10:E: document type does not
allow element "BOOKINFO" here
jade:/home/jas/src/libgsasl/doc/sample.xml:48:14:E: document type does not
allow element "BLOCKQUOTE" here; assuming missing "PARA" start-tag
jade:/home/jas/src/libgsasl/doc/sample.xml:66:9:E: end tag for "ABSTRACT"
omitted, but its declaration does not permit this
jade:/home/jas/src/libgsasl/doc/sample.xml:39:2: start tag was here
jade:/home/jas/src/libgsasl/doc/sample.xml:66:9:E: end tag for "BOOKINFO"
omitted, but its declaration does not permit this
jade:/home/jas/src/libgsasl/doc/sample.xml:38:1: start tag was here
jade:/home/jas/src/libgsasl/doc/sample.xml:66:9:E: end tag for "CHAPTER" which
is not finished
bash-2.05b$ docbook2pdf --version
DocBook-utils version 0.6.11 (jw version 1.1)
bash-2.05b$
- makeinfo --docbook outputs invalid XML,
Simon Josefsson <=