Re: Camel : Split & Aggregator Patterns

2010-04-05 Thread titexe
Thank you , i have resolved this problem using the XSLT Component Claus Ibsen-2 wrote: > > 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.

Re: Camel : Split & Aggregator Patterns

2010-03-28 Thread Claus Ibsen
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

Camel : Split & Aggregator Patterns

2010-03-27 Thread titexe
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 : Camel the target message: Camel can i get this target message if i use split & aggregator pattern ? if yes how ? Thank you in a