Hi,I'm calling a webservice that returns a string in XML format as
follow:1
Garments 6Glove Cotton
XL223963223963True0.88/Template
List>I'm trying to drill down to retrieve data from this string using
XMLData.parse & XMLData.applyXPath. However, I'm having a difficult time
getting the data that I need.Eg.var tree =
XMLData.parse(TextboxData.rawvalue, false);var id =
XMLData.applyXPath(tree, "TemplateList/Template");var description =
XMLData.applyXPath(tree,
"TemplateList/Template/Category/Produ...