[dbdoclet] Re: The "id already exists" problem

Hi Jere,

>The DocBook XML file is generated OK. Early in the file there is:
>  <chapter xreflabel="com.foobar" id="PACKAGE-1">
>  ...
>  <sect1 xreflabel="com.foobar.SomeClass" id="CLASS-6">
>  ...
>
>Later in the same file you will find:
>  <chapter>
>    <title></title>
>    <sect1 xreflabel="com.foobar.SomeClass" id="CLASS-6">
>    ...

you found a bug :-( 
An id must be unique inside a document. Is it possible to get your source code 
as testcase? Nevertheless I will try to find the error and fix it.

But why do have two different sections for the same class with the same 
xreflabel? This makes no sense for me.

Regards
Michael



Other related posts: