Peter Menzel wrote: > I just used the outline element from the fop xtensions and its > works fine, but > i have one problem. My fo document is (of course :) ) created by an xslt > transformation and not everytime all the document parts that are > referenced by > the fox:outline will be in the document at all. But the bookmark > entries still > appear in acrobat. > Is there a way to make them invisible when there is no formatting > object with > the refernced id?
Not that I know of. However, you should be able to find a solution to this at the XSLT level. If the element that drives your fox:outline creation template doesn't have an id, just don't create the fox:outline element. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
