Hi, > Then, why the examples said: > > [Examples] > Fop foo.fo foo.pdf > Fop -fo foo.fo -pdf foo.pdf (does the same as the previous line) > Fop -xml foo.xml -xsl foo.xsl -pdf foo.pdf > Fop -xml foo.xml -xsl foo.xsl -foout foo.fo > Fop foo.fo -mif foo.mif > Fop foo.fo -rtf foo.rtf > Fop foo.fo -print or Fop -print foo.fo > Fop foo.fo -awt > > > [...] > > sh fop -xml a.xml -xls a.xls -pdf a.pdf > ^^^
Sorry, my web mailer messed up the line. It should be: sh fop -xml a.xml -xsl a.xsl -pdf a.pdf (You should name your stylesheet extension *.xsl) But that's only one issue. Your XSLT stylesheet needs more elements from the FO namespace. Look here[1] for an example to rewrite it. :-) Hope that helps. Bye, Tom --- [1] http://www.dpawson.co.uk/xsl/examples.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
