← Prev in month ← Prev in thread
Next in thread → Next in month →

RE: [docbook] Resolver

From
Mauritz Jeanson <>
Date
2006-11-05T19:16:08+00:00
ID
000301c7010e$dd117ff0$71ea1a51@D7MZ171J
Thread
RE: [docbook] Resolver
> -----Original Message-----
> From: Karsten Ohme 
> 
> I use fop 0.92beta.
> 
> I get this exception:
> 
> Making portrait pages on  paper (8.5inx11in)
> 10   [main] ERROR FOP  - Error with opening URL
> 'http://docbook.sourceforge.net/
> release/images/draft.png': Connection timed out:
> connect%java.net.ConnectException: Connection timed out: connect


[Moving to docbook-apps. That list is more appropriate for tool issues.]

To avoid accessing the internet, you can specify a local path to draft.png
using the draft.watermark.image parameter in your customization layer. Like
this:

<xsl:param name="draft.watermark.image"
select="'file:///c:/docbook/xsl/images/draft.png'"/>

 
> I tried to use a resolver. How can a resolver be used in FOP? How do I
> know, if the resolver is used?


Some work on using the XML Commons Resolver with FOP has been done, but
apparently it is not finished:
http://wiki.apache.org/xmlgraphics-fop/HowTo/XmlCommonsResolver

/MJ
← Prev in month ← Prev in thread
Next in thread → Next in month →