On Mar 3, 2007, at 10:45, Thomas Schraitle wrote:
Hi,
Sorry to be intruding, but just a little FYI
On Samstag, 3. März 2007, Michael Grundvig wrote:
<snip />
Before I really dig in though I wanted to make sure I
wasn't heading down the wrong path. I've reached the point where I
can
create a PDF file via this command:
fop -xsl docbook5-xsl-1.72.0\fo\docbook.xsl -xml manual.xml -pdf
manual.pdf
and all seems to work (even hyphenation). Where I run into
problems is
when I start trying to do anything beyond the basics. For instance,
bookmarks.
The stylesheets contains code for creating bookmarks but it is
disabled by
default. You have to enable it to show up in your PDF.
I am not sure how to deliver parameters to fop, but you can do it
in two
steps:
With FOP 0.9x, if you want, you can supply XSLT parameters like so:
fop -xml manual.xml -xsl docbook.xsl \
-param fop1.extensions 1 \
-pdf manual.pdf
Cheers,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]