On Sep 27, 2007, at 15:58, Steve Ebersole wrote:
It's not all that easy. I am building the docs via the Maven plugin
for DocBook handing that I developed as part of migrating Hibernate
over to Maven.
In addition to my basic lack of understanding of DocBook, FOP,
XSLT, etc I am also a noob at Maven, so of course I am the perfect
person to write such functionality ;) But seriously, I just learned
what I needed about each as I went along; so, unfortunately, at at
this point I have no idea how to "run FOP with the '-foout'
parameter". But if you tell me (or point me to resources) how to do
that I have no issue with doing that. (note that because I am using
maven as the infastructure I do not have fop properly 'installed').
OK, as I indicated, it's not really a problem to send us the XML
+XSLT, if you want.
In a 'regular' FOP installation, you would navigate to the FOP-
directory, and then run something like:
fop -xml source.xml -xsl style.xsl -foout foresult.fo
whereas for a rendering to PDF, the same command-line would be
fop -xml source.xml -xsl style.xsl -pdf pdfresult.pdf
I'm not sure what steps you follow currently (as I have never used
Maven myself; that's something you know better ;-))
Cheers
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]