XMLPort - Create several lines of the same Table

nav_studentnav_student Member Posts: 175
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.

Comments

  • mmperis8mmperis8 Member Posts: 19
    Hi,

    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.
Sign In or Register to comment.