OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] FOP 0.90alpha1


The PDF bookmarks need to be rewritten a bit for fop-0.90.  Until then, you
can turn
off the bookmark processing by adding this template to your customization
layer:

<xsl:template match="*" mode="fop.outline"/>

Actually, you might just as well set the parameter fop.extensions=0, which
will
have the same effect.  It will also turn off any workarounds that were added
to
the stylesheet for fop 0.20.5 deficiencies.  Hopefully those won't be needed
with 0.90 and beyond.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Holger Morch" <morch@osiag.de>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, November 23, 2005 7:56 AM
Subject: Re: [docbook-apps] FOP 0.90alpha1


> Hi,
>
> With fop 0.20.5 the page breaks in PDF are not very comfortable. So I
> checked out fop 0.90alpha1.
>
> But it doesn't work with my *.fo document generated with
> docbook-xsl-1.69.1. The Problem is the fox namespace. As [1] points out
> the fox:outline tag replaced by the bookmark elements of xsl-fo 1.1 and
> fox:destination is not implemented yet.
>
> I don't really know much about xsl-fo. I only use it to generate PDF
> from docbook.
>
> Does somebody know a workaround for getting fop 0.90alpha1 working. I
> could imagine a replacement of the two tags via customization layer. But
> I don't know the replacements.
>
> Regard,
>
>        Holger
>
> [1] http://xmlgraphics.apache.org/fop/compliance.html
>
>
>
> Jens Stavnstrup schrieb:
>
> >After a very long time a new FOP is being release. Be aware as the name
> >indicates, that this is an alpha release and may in certain areas be
> >inferior to FOP 0.20.5 [1]. Otherwise it is a huge step forward as the
> >compliance page indicates [2]. Great work foppers.
> >
> >FOP 0.90alpha1 is currently being replicated to the apache mirrors.
> >
> >Regards,
> >
> >Jens
> >
> >[1] http://xmlgraphics.apache.org/fop/trunk/upgrading.html
> >[2] http://xmlgraphics.apache.org/fop/compliance.html
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]