On Fri, Mar 12, 2004 at 03:30:45AM -0800, Avleen Vig wrote:
> I hope I explain this properly, forgive me if I don't.
> I'm going out of my mind trying to figure this out - I've tried
> everything.
>
> This command:
> /usr/local/fop-0.20.5/fop.sh -d -xsl xsl/html/docbook.xsl -xml xsl/RELEASE-NOTES.xml -pdf index.pdf
>
> Results in no idex.pdf being output.
Right; the XSLT specified (using the -xsl option) should output FO when
using the xml input (-xml), which FOP will then use to produce your
PDF. I think you want something like 'xsl/fo/docbook.xsl' instead of
'xsl/html/docbook.xsl'; the latter produces html output, and FOP doesn't
know what to do with that.
Take care,
John