That's a known problem which unfortunately doesn't seem to have been
fixed, yet:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37993

On 30.11.2007 08:03:07 Daling Xu wrote:
> Hi,
>    
>   I am using FOP 0.94 to generate PDF file.
>    
>   In my PDF, I would like to create a bookmark tree to referring to
> blocks in my PDF body, when each of the book mark is pointing to a
> unique destination id, every thing is fine. But when there are mult
> bookmarks point to the same destination id, the code throw exception of
> 'Unresolvable bookmark' and the PDF generated only show ONE book mark
> item in the book mark tree.   I even tested by modifing the sample
> comes from the FOP, it behaves the same. Is there any way to solve this issue?
>    
>   Thanks
>    
>   Linda
>    
>   P.S.  You can modify the pdfoutline.fo from FOP examples to experiment this:
>    
>   <fo:bookmark-tree>
>         <fo:bookmark internal-destination="sec1">
>             <fo:bookmark-title>What is FOP?</fo:bookmark-title>
>         </fo:bookmark>
>   <!-- Purposely make bookmarks point to same destination -->
>         <fo:bookmark internal-destination="sec1">
>             <fo:bookmark-title>Downloading FOP</fo:bookmark-title>
>         </fo:bookmark>
>         <fo:bookmark internal-destination="sec1">
> 



Jeremias Maerki


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

Reply via email to