Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
chou
Contributor III
Contributor III

dynamic XML fields

Hello,

I am trying to create a dynamic xml file like this :

......

<balise1>

<id>1</idp>

   <name>NAME1</name>

<id>2</idp>

   <name>NAME2</name>

..............

</balise1>

<balise2>

<loop>

<id=1>Value Of (Name 1)</id>

       <id=2>Value Of (Name 2)</id>

...........

</loop>

<balise2>

I will do it with Java function addElement, but is it possible to do it with the component tAdvancedFileOutputXML? I tried but it didn't work

Labels (5)
0 Replies