cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

New feature : OutputStream output in listener mode #24

Closed arkamy closed 7 years ago

arkamy commented 7 years ago

Possibility to get OutputStream instead of files as gaulois-pipe output in listener mode Thanks

cmarchand commented 7 years ago

Probably a new public method that let you give the OutputStream you want to connect to gaulois-pipe output. There will probably have few limitations :

Is it correct for you ?

arkamy commented 7 years ago

It will be perfect. Thanks

cmarchand commented 7 years ago

Please give a try to 1.02.00-RC2, just published, and have a look to

public void execute(Pipe pipe, ParametrableFile input, MessageListener listener, Map<String,OutputStream> ... outputs)

Christophe

cmarchand commented 7 years ago

Release 1.03.00 is the final delivrey for this issue. Best regards