- From: Gioele Barabucci <gioele@svario.it>
- Date: Wed, 02 Jul 2014 13:40:40 +0200
- To: xproc-dev@w3.org
Hello, my pipeline has a `output-url` option with a default value of 'default.xml', see [1]. In oXygen, if I set the option to another value, this other value is used instead of the default value. On the contrary, if I launch Calabash from the command line the default is always selected. There are no examples at <http://xmlcalabash.com/docs/reference/cmdline.html>, so I tried these three variations, none of which works: java -jar calabash.jar output-url=out1.xml -isource=doc.xml conv.xpl java -jar calabash.jar -isource=doc.xml output-url=out2.xml conv.xpl java -jar calabash.jar -isource=doc.xml conv.xpl output-url=out3.xml How can I set the `output-url` option of the pipeline when I use Calabash from the command line? Regards, [1] http://stackoverflow.com/questions/24512037/output-port-with-default-fallback-value/24528554 -- Gioele Barabucci <gioele@svario.it>
Received on Wednesday, 2 July 2014 11:41:09 UTC