That's the command line for formatting a FO document into PDF. Why do you expect FOP to apply a style sheet without even naming it on the command line? Use fop -xml glossary.xml -xsl glossary.xsl -pdf glossary.pdf You might alsoo want to look into the FOP documentation, in particular http://xml.apache.org/fop/running.html
J.Pietschmann
I thought it would work because my xml file has a reference to the xsl stylesheet (<?xml-stylesheet type="text/xsl" href="foobar.xsl"?>. Thought it would do it as a web browser does... but I'm a total newbie when it comes to XML. I had a peek at that doc too but... Next time I'll read the documentation more carefully! :)
Well, thanks, this works now...
-- -- Santtu "Japsu" Pajukanta -- [EMAIL PROTECTED] -- ICQ#: 115011651
"Any job worth doing with a laser is worth doing with many, many lasers", -Khrima in ADVENTURERS! the comic by Mark Shallow
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
