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 freezes on non-draft XSL:FO input file


Steinar Bang <sb@dod.no> writes:

> FOP outputs the text below, and then stops:
> [...]

> The xsltproc command line for generating the non-draft version, is:
>
>   XML_CATALOG_FILES=../../../../docbook/catalog-redhat.xml time xsltproc --nonet --xinclude  --output simplearticle.fo  --stringparam fop.extensions 1 ../local-fo.xsl simplearticle.xml

try adding

    --stringparam draft.mode no

...or add the stringparam for draft.watermark.image, as you do in draft mode.

Per default, draft.mode is 'maybe', which causes the creation of both
the draft and final pagemasters in the fo file.  Every draft
pagemaster is going to wait for the draft image - hence FOP appears to
freeze.
-- 
HTH,
haj



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