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


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

How to switch off draft mode


Hi,

I'm transforming DocBook on demand via FO to PDF within an Apache Webserver.
This is my current environment:

xerces-c1_5_1
xalan-c1_2

fop-0.20.4rc

docbook-xsl-1.52.2

When producing PDF all works fine, but I get a lot of messages as the following:

[ERROR] property - "background-attachment" is not implemented yet.
[ERROR] property - "background-position-horizontal" is not implemented yet.
[ERROR] property - "background-position-vertical" is not implemented yet.
Error creating background image: Error while recovering Image Informations (file:/netsite/ns/httpd-81.172.20.0.227/htdocs/v2/sprachen/python//release/images/draft.png) : /netsite/ns/httpd-81.172.20.0.227/htdocs/v2/sprachen/python/release/images/draft.png (Datei oder Verzeichnis nicht gefunden)


Switching off the draft mode in my customization layer doesn't help. Or didn't I do enough?:
I thought setting
<xsl:param name="draft.mode" select="'no'"/>

would switch the draft mode off, but it actually didn't. Still all this messages.
What to do else?

Any advice is appreciated.

BTW: IMHO the Parameter draft.mode in the download XSL-stylesheets should not be 'maybe' as it was but 'no'.

Thanks in advance.

Gisbert Amm
http://web.de/



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