Hi

Maybe you can use XML transformation to transform your XML into the
other format.

Otherwise the Splitter EIP can auto aggregate the messages it has split.
See its wiki page for example.

Also you can use XPath to extract pieces of information from XML documents.


On Sat, Mar 27, 2010 at 6:07 PM, titexe <[email protected]> wrote:
>
> 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.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to