> -----Original Message-----
> From: news
> Bob Stayton <bobs <at> sagehill.net> writes:
>
> > For FOP 0.9, you will need to try out the snapshot build,
> because 1.69.1
> > doesn't really work with it.
> [...]
> > When you use the snapshot build, you set the
> fop1.extensions parameter to 1
> > instead of the fop.extensions parameter. Then it does the
> right bookmarks
> > for that version of FOP.
>
> Ok, I tried this, but it still doesn't work with
> double-sided! To be honest, I'm
> not too bothered about bookmarks, so it might be worth my
> while going back to
> 1.68, which worked fine!
Maybe this will help:
With FOP 0.92beta and the 2006-05-08 snapshot, I have found that I need to
set both fop.extensions=1 and fop1.extensions=1 in order to get PDF
bookmarks and avoid the java.lang.IllegalStateException problem. To get this
to work, I have also disabled the 'old' FOP outline code by placing this
line in my customization layer:
<xsl:template match="*" mode="fop.outline"/>
/MJ