Duplicate ids in tables in different documents cause a problem
--------------------------------------------------------------

         Key: MPPDF-54
         URL: http://jira.codehaus.org/browse/MPPDF-54
     Project: maven-pdf-plugin
        Type: Bug
    Versions: 2.5    
 Environment: Maven 1.0.2
maven-pdf-plugin-2.5-SNAPSHOT
    Reporter: Wendy Smoak


'maven pdf' in struts/current/taglib results in:

[java] [ERROR] file:/e:/svn/struts/current/taglib/target/pdf/project.fo:9279
:1971 The id "#define_id" already exists in this document

The offending anchors are coming from Taglib Reference pages generated
by the taglib plugin, so this isn't something I can modify in our docs
to remove the duplicate.  It's happening because both <bean:define>
and <nested:define> have an 'id' attribute.

In http://marc.theaimsgroup.com/?t=113168444200003&r=1&w=2, Lukas replied:

"I'm afraid you hit another bug here. I was a bit puzzled first because 
the corresponding id's came from different source documents and 
identical id's are only a problem within one xdoc. However, in your case 
the anchors appear in a table, and apparently somewhere in the xslt 
stylesheet we loose the reference to the current document when 
processing tables."



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to