This is a very very simple example of my xml file:

<xmi:XMI>
        <xmi:Extension>
        <elements>
                <element name=1>
                        <project>>Split1</project>
                        <type>test</type>
                </element>
                <element name=2>
                        <project>Split2</project>
                        <type>test</type>
                </element>                                      
        </elements>
        </xmi:Extension>
</xmi:XMI>

Now i have in my file "splits", 2 files (1.xml and 2.xml).

In 1.xml, we have:
 
<project>>Split1</project>
<type>test</type>

And in 2.xml, we have

<project>Split2</project>
<type>test</type>

So it works well.

Thank you Claus

--
View this message in context: 
http://camel.465427.n5.nabble.com/Route-in-a-loop-tp5713621p5713632.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to