Hi!

I'm a beginner in apache camel and I would develop a route which separate
XML tags in differents xml files with the split().

For example :

<orders>
  <order>
    
  </order>
  <order>
    
  </order>
...
  <order>
    
  </order>
</orders>

One <order> tags in one xml file.

Does it possible to do that with camel and how? I didn't find solutions for
the moment.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Separate-XML-tags-with-splitter-tp5699358.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to