Hello guys
i have one rookie question. :oops:
I have to export an XML file with this kind of format:
....
<Guide number="1">
<Number>100</Number>
<Value>200.00</Value>
</Guide>
<Guide number="2">
<Number>101</Number>
<Value>400.00</Value>
</Guide>
<Guide number="3">
<Number>102</Number>
<Value>100.00</Value>
How can i repeat the Guide number 1,2,..
Thanks for your help.
0
Comments
You have to add a integer table node, filtering to the number of iteration you want, and indent the original table inside the integer one.