You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by cgiera <ch...@mic-cust.com> on 2014/05/13 09:32:06 UTC

Re: Split XML with xmlTokenizer and add root element?

Hi Aki,

I have upgraded to 2.13.0 now and applied your patch of CAMEL-7388.
Everything looks fine so far.

Thanks for your help!

Kind regards,
Christoph




--
View this message in context: http://camel.465427.n5.nabble.com/Split-XML-with-xmlTokenizer-and-add-root-element-tp5750237p5751060.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Split XML with xmlTokenizer and add root element?

Posted by ApacheCamel_User99 <pr...@yahoo.com>.
Hi All,
I might be late to reply this.
Just had the same requirement of Adding the Root tags and the namespace to
the split xml's.
Just achieved this by the below.
 <tokenize token="Order" inheritNamespaceTagName="*" xml="true" />
I hope this helps.

It did work for the splitted xml's.

Thanks
Praveen



--
View this message in context: http://camel.465427.n5.nabble.com/Split-XML-with-xmlTokenizer-and-add-root-element-tp5750237p5771854.html
Sent from the Camel - Users mailing list archive at Nabble.com.