Hi,I can do a set value into an xml object to create a new element with a value. This is simple, I can do it this way:/process_data/myxmlvar/myvar = '123'This will give me an xml which looks something like this: 123Now I want to add a second "myvar" element, basically turning it into an array. But I...