hi,
just managed to download and build the development version of fop. I want to create a rtf file from xml+xsl. Is there a possibillity to do something like that: ./fop.sh -xml xmlfile.xml -xsl xslfile.xsl -rtf rtfoutputfile.rtf or do i have to render the fo file with a standalone xslt preprocessor and then try the following ./fop.sh -fo fofile.fo -rtf rtffile.rtf?
greetings, johannes.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
the syntax
fop.sh -xml input.xml -xsl format.xsl -rtf output.rtf
is quite right. but as http://xml.apache.org/fop/output.html#rtf states the rtf-support is not implemented at the moment.
i use this when creating a pdf-file from xml-data. you only have to write the xsl(fo) template to do the conversion...
markus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
