FOP Version CVS Maintain Nov 29, 2002 For some reason my document fails with the following stacktrace. BTW. in the fo document, the identifier d0e2912 exists only once. [INFO] [63] org.apache.fop.apps.FOPException: The id "d0e2912" already exists in this document at org.apache.fop.datatypes.IDReferences.createID(IDReferences.java:77) [INFO] [64] [ERROR] The id "d0e2912" already exists in this document at org.apache.fop.datatypes.IDReferences.initializeID(IDReferences.java:57) <snip/> at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.fop.apps.Driver.render(Driver.java:452) at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:69) at org.apache.fop.apps.Fop.main(Fop.java:19) Java Result: 2
Provide an example fo document, please.
Created attachment 3993 [details] FOP Complains although there is no duplicate id
Created attachment 4131 [details] My experiences with the bug
*** Bug 18977 has been marked as a duplicate of this bug. ***
Created attachment 12061 [details] FO file showing spurious duplicate ID error (test.tar.bz2: bzip2 compressed data)
I generate a .fo file like this: $ xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.62.4/fo/docbook.xsl templating-dtml.dbk > templating-dtml.fo fop chokes on page 21 out of 27 with the message: [ERROR] file:/.../templating-dtml.fo:726:554 The id "id2450246" already exists in this document That id occurs on this element: <fo:list-item-label id="id2450246" end-indent="label-end()"><fo:block>Q:</fo:block></fo:list-item-label> and it occurs once only. If I hack it out manually, fop is happy.
Sorry, forgot to mention: [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5
*** Bug 31063 has been marked as a duplicate of this bug. ***
*** Bug 37165 has been marked as a duplicate of this bug. ***
This bug does not appear in FOP 0.90alpha1. I'm closing this bug.
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed