Try the xalan.bat/xalan.sh that comes with FOP 0.20.5 to do just the
XSLT stage.

If you do:

fop -xml my.xml -xsl my.xsl -pdf my.pdf

you can get the intermediate file using:

xalan -IN my.xml -XSL my.xsl -OUT my.fo

On 23.08.2005 10:23:41 Martin Honermeyer wrote:
> Hello Jeremias,
> 
> I am sorry but I don't know how to get the (intermediate?) FO file. I am
> directly converting from an XML docbook file via XSLT DocBook stylesheets
> to PDF using Fop.
> 
> 
> Martin
> 
> 
> Jeremias Maerki wrote:
> 
> > If you get borders around SVG files, it's not FOP that's creating them.
> > But I don't know what DocBook does. If you have a small FO file that
> > demonstrates the problem we might be able to help.
> > 
> > On 19.08.2005 17:43:59 Martin Honermeyer wrote:
> >> I am creating a DocBook PDF using FOP. My SVG always have a black border
> >> around them. Is it possible to render without those, somehow?


Jeremias Maerki


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

Reply via email to