PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007 *** shadow/3007 Mon Aug 6 13:28:29 2001 --- shadow/3007.tmp.8146 Mon Aug 6 13:28:29 2001 *************** *** 0 **** --- 1,124 ---- + +============================================================================+ + | broken basic-link when referencing a following page | + +----------------------------------------------------------------------------+ + | Bug #: 3007 Product: Fop | + | Status: NEW Version: 0.15 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: general | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I am getting the following error while processing the atached file + + ERROR: The id "Bottom" already exists in this document + + my file locks like: + + -- snip -- + + <?xml version="1.0"?> + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> + <fo:layout-master-set> + <fo:simple-page-master master-name="first"> + <fo:region-body/> + </fo:simple-page-master> + </fo:layout-master-set> + + <fo:page-sequence master-name="first" language="de"> + <fo:flow flow-name="xsl-region-body"> + + + <fo:block> + <fo:basic-link internal-destination="Bottom">a Link to +the + "Bottom"-ID</fo:basic-link> + </fo:block> + + + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + <fo:block> text for running into the next page </fo:block> + + + <fo:block id="Bottom"> This is the Paragraph with the +"Bottom"-ID </fo:block> + + + </fo:flow> + </fo:page-sequence> + </fo:root> + + -- snip -- \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]