Hi Vincent Certainly not, but you'll probably have to do a few more changes to the command-line parser to be able to use the "-". You'll see. ;-)
On 11.07.2008 12:01:24 Vincent Hennebert wrote: > 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 Jeremias Maerki
