Hi,

I need to split up a XML into 2 XMLs..

Example:parent.xml
<Route>

<Account>
<number>..</number>
</Account>

<Person>
<name>..</name>
</Person>

</Route>
it needs to split up to 2 xmls  like below

child1.xml
<Route>
<Account>
<number>...</number>
</Account>

child2.xml
<Route>
<Person>..</Person>
</Route>

Please help me on this and am new to camel...i tried to understand other
posts in the forum ,but am confused....

Thanks in advance!!!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Splitting-up-XML-into-2-XMLs-tp5743468.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to