Fetch xml values to columns

Each row of my recordset contains 7 XML sentences in cells. Most I have no use for but there are 2 that contain fields that I would like to/need to use.

Is it possible to extract the XML and add the contained values to the record row?

Thanks

 

tC/.

if you go to the Example Workflows (click on login), you will find some examples in the 04_structured Data section

Hey,

I didn't quite understand how your data structure looks like and what exactly you want to do with it, but basically you should be able to extract every field from XML with the XPath node.

Cheers
Marten