Hi,
I'd like to be able to build an xml file with a double loop. (I mean imbricated loops)
<root>
<parent>parent1
<child>child1</child>
<child>child2</child>
<child>child3</child>
</parent>
<parent>parent2
<child>childA</child>
<child>childB</child>
<child>childC</child>
</parent>
</root>
I wanna use tXMLmap components, but I cannot figure out how to make it work properly.
Any tutorial/tip on that ?
Hi Support of Multiloop in tXMLMap has been added in 5.1.0M2 which is now available on our website. Warning : this is a milestone version, use it for testing new features only, not for production ! HTH,