You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Radim Kolar <hs...@filez.com> on 2012/12/14 23:53:21 UTC

merging xml files with xml plugin

How to merge xml files with codehaus xml plugin? it runs xslt transform: 
one input file -> one output file.

I need to run xml transform on all input files, producing one output file.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: merging xml files with xml plugin

Posted by Radim Kolar <hs...@filez.com>.
i wrote groovy script for it

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: merging xml files with xml plugin

Posted by Arnaud bourree <ar...@gmail.com>.
Hello,

IMO, input xml document should list xml documents you want to merge
and thanks to document() function you can include them in your output.

Regards,

Arnaud.

2012/12/14 Radim Kolar <hs...@filez.com>:
> How to merge xml files with codehaus xml plugin? it runs xslt transform: one
> input file -> one output file.
>
> I need to run xml transform on all input files, producing one output file.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org