You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by dkum003 <DH...@amadeus.com> on 2013/12/17 14:05:48 UTC

replacing the content of a xml final

Hi Team,

I have a output xml file from my application.

Now my requirement is to change the value of a attribute by calling the some
other method.

Suppose below is my xml file:

<abd a1="abc">
<Info a2="1920"/>

<bcd b1="asd">
<Info2 ="2216"/>
*

Now I want replace abc and asd by calling some other method and passing abc
and asd as argument.

without using xslt.



--
View this message in context: http://camel.465427.n5.nabble.com/replacing-the-content-of-a-xml-final-tp5744948.html
Sent from the Camel - Users mailing list archive at Nabble.com.