Hello,

i receipt the xml message, that i want to split it into 2 and collect the
results to construct the body of my message :

Example of source xml message :

<?xml version="1.0" encoding="UTF-8"?>
<flow>
<project>Camel</project>
</flow>


the target message:

<?xml version="1.0" encoding="UTF-8"?>
<project>Camel</project>

can i get this target message if i use split & aggregator pattern ? if yes
how ?

Thank you in advance,

Best regards,

titexe

-- 
View this message in context: 
http://old.nabble.com/Camel-%3A-Split---Aggregator-Patterns-tp28053393p28053393.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to