> -----Original Message-----
> From: Euis Luhuanam
>
> Mauritz Jeanson wrote:
>
> >> Error creating background image: Error while recovering Image
> >> Informations
> (http://docbook.sourceforge.net/release/images/draft.png)
> >> : Connection timed out
>
> > See this section of Bob Stayton's book about options for draft mode:
> > http://www.sagehill.net/docbookxsl/PrintOutput.html#DraftMode
>
> Thank you! Unfortunately, it is not so obvious to relate that error to
> the explanation in Bob Stayton's book.
OK, I should have been more specific:
* The "connection timed out" trouble can be avoided by setting a local path
for the draft.png image:
<xsl:param name="draft.watermark.image"
select="'your-path-here/draft.png'"/>
(The image is found in the "images" directory of the DocBook XSL
distribution.)
Other possible workarounds:
- Disable draft mode in XSL. Set <xsl:param name="draft.mode"
select="'no'"/>.
- Don't use status="draft" in your XML documents.
* The "background-position" errors that you also had refer to unimplemented
FOP features. There's not much you can do about those.
/MJ