[dbdoclet] Part/reference relationship
- From: <Jere.Kapyaho@xxxxxxxxx>
- To: <dbdoclet@xxxxxxxxxxxxx>
- Date: Fri, 12 Aug 2005 11:12:20 +0300
Hello,
when using dbdoclet 0.64.2 with the following settings:
docbook.part=true
doclet.noprolog=true
doclet.book.type=reference
doclet.style.type=strict
the resulting docs/Reference.xml contains the following structure:
<part lang="en">
<title>API Reference</title>
<reference id="PACKAGE-1" xreflabel="com.acme.something">
<title>com.acme.something</title>
.
.
.
</reference>
</part>
However, seems that this is not allowed by the DocBook DTD:
"In a Book, a Reference can occur at either the Part or Chapter level."
(DoBook TDG v2.0.12)
How to get rid of the surrounding 'part' element when using the
reference style? (without resorting to manual editing)
--Jere
- Follow-Ups:
- [dbdoclet] Re: Part/reference relationship
- From: Michael Fuchs
Other related posts:
- » [dbdoclet] Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- » [dbdoclet] Re: Part/reference relationship
- [dbdoclet] Re: Part/reference relationship
- From: Michael Fuchs