Hi Jeremias,
> Author: jeremias
> Date: Thu Jul 10 12:47:12 2008
> New Revision: 675698
>
> URL: http://svn.apache.org/viewvc?rev=675698&view=rev
> Log:
> Added support for piping:
> - input from stdin (-imagein not supported)
> - output to stdout
>
> Syntax: fop -xml # -xsl mystylesheet.xsl -pdf #
> (reads the XML from stdin and sends the generated PDF to stdout)
The de facto standard in the Unix world is to use ‘-’ to specify stdin
or stdout:
fop -xml - -xsl mystylesheet.xsl -pdf -
No objection if I change the code accordingly?
Thanks,
Vincent