Avatar

Correct answer by
Level 1

I understood that you cannot loop through the xml to assign value to each node. Rather you can assign it only once to the node.

I figured out that, it is not possible to do it that way. So we have to concatenate it as Strings and then attach to the xml once.

View solution in original post