Can I perform a Xpath query on a string?

0
Hi, I have a string attribute in XML format and I need the value of a certain tag part of this string. Is it possible to perform a Xpath query on this string? Regards, Peter
asked
1 answers
0

Did you try //Module.Entity[contains(StringAttribute, 'tag')] ?

Regards,

Ronald

answered