Re: Split large xml into small xml using camel 2.8.0

2012-05-09 Thread Claus Ibsen
On Wed, May 9, 2012 at 9:09 PM, Deepthi wrote: > Yea... but I will not be able to use 2.9.0 > Is there a way I can do it in 2.8? > Yep code it yourself. There is code in Camel 2.9.x you can "copy", such as the component Romain refers to. Or use some libraries like smooks or vtd-xml etc. > --

Re: Split large xml into small xml using camel 2.8.0

2012-05-09 Thread Romain Manni-Bucau
probably copying the component the poc for this component was using camel 2.8.2: http://code.google.com/p/rmannibucau/source/browse/#hg%2Fcamel%2Fcamel-stax but i guess you can extract it from the trunk easily - Romain 2012/5/9 Deepthi > Yea... but I will not be able to use 2.9.0 > Is there

Re: Split large xml into small xml using camel 2.8.0

2012-05-09 Thread Deepthi
Yea... but I will not be able to use 2.9.0 Is there a way I can do it in 2.8? -- View this message in context: http://camel.465427.n5.nabble.com/Split-large-xml-into-small-xml-using-camel-2-8-0-tp5698075p5698259.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Split large xml into small xml using camel 2.8.0

2012-05-09 Thread Romain Manni-Bucau
Hi, if you can upgrade to camel 2.9 there is a component for it: http://camel.apache.org/stax.html - Romain 2012/5/9 Deepthi > How can i split large xml into small xml's. > I am using camel 2.8.0 > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Split-large-xml-into-s