DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=14962>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=14962 Bug in ID Generation ------- Additional Comments From [EMAIL PROTECTED] 2004-07-08 14:25 ------- 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.