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
Peter Hüther
1 answers
0
Did you try //Module.Entity[contains(StringAttribute, 'tag')] ?