This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]