feature not implemented error

2004-02-27 Thread Iorio, Lou
I'm trying to produce pdf output from docbook using the docbook-xsl 
fo stylesheet as described in DocBook XSL, the Definitive Guide. The
same XML file works fine when used with the html xsl template. Using
the fo template, I get this every time, with the error repeating a
couple 
of dozen times:

ouch
~/home/vprogs\ fop.sh new.fo new.pdf
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[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 (htt
://docbook.sourceforge.net/release/images/draft.png) : Connection 
refused: conn
ct
/ouch

I've tried running the fo through fo-patch-for-fop.xsl with no change.
I've tried several different XML files with no luck.


Any help?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: feature not implemented error

2004-02-27 Thread J.Pietschmann
Iorio, Lou wrote:
[ERROR] property - background-position-horizontal is not 
implemented yet.
[ERROR] property - background-position-vertical is not 
implemented yet.
Just ignore them. Alternatively, patch whatever stylesheet you use
to avoud putting the background-position-horizontal and
background-position-vertical in. It shouldn't be too hard to find
them.
Error creating background image: Error while 
recovering Image Informations (htt
://docbook.sourceforge.net/release/images/draft.png) : Connection 
refused: conn
This means you can't get the image from sourceforge. This may
happen for a varity of reasons, most probably a firewall or
because the SF server just experiences a load peak.
I think there is a parameter which controls whether the document
is marked as draft, check the docbook-xsl documentation.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]