Viewing post 1 (of 1 total)
You could define a second variable, and set it to be based on the following expression:
REPLACE(REPLACE(@[User::YourXMLVariable], "<ROOT>", ""), "</ROOT>", "")
and use this as the source to your Xml file
March 13, 2014 at 8:31 pm
#1697019