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] FYI: eDE: DocBook Environment (Testing Report)


> -----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



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