[dbdoclet] Part/reference relationship

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

Other related posts: