[dbdoclet] Re: The "id already exists" problem
- From: MichaelFuchs@xxxxxxxxxxx (Michael Fuchs)
- To: dbdoclet@xxxxxxxxxxxxx
- Date: Sat, 19 Jun 2004 20:55:07 +0200
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
- References:
- [dbdoclet] The "id already exists" problem
- From: Jere.Kapyaho
Other related posts:
- » [dbdoclet] The "id already exists" problem
- » [dbdoclet] Re: The "id already exists" problem
- » [dbdoclet] Re: The "id already exists" problem
- [dbdoclet] The "id already exists" problem
- From: Jere.Kapyaho