bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makeinfo --docbook bug with index


From: Aharon Robbins
Subject: Re: makeinfo --docbook bug with index
Date: Thu, 14 Apr 2016 21:24:57 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Hi.

> http://www.docbook.org/tdg/en/html/index.html
>
> Parents
>
> These elements contain index: appendix, article, book, chapter, part,
> preface, sect1, sect2, sect3, sect4, sect5, section.
>
> <chapter> is in the list so what is the problem?
>
> Is that page I linked to out-of-date? The date there is 2002; if it's
> no longer valid is there another reference I can refer to?

Grrr.  I just figured this out. :-)  If we have:

tail: cannot open '*.xml' for reading: No such file or directory

        <chapter label="" id="Concept-Index">
        <title>Index</title>

        <index role="cp"></index>

--->    <para></para>
        </chapter>
        </book>

It becomes valid.  I use xmllint --noout --postvalid --xinclude to
validate docbook.  You have to look closely at what it's telling you,
which I didn't before.

Thanks,

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]