I wish to know how it's possible to check if an XML attribute contains a specified value; I mean something like ('[attribute~="value"]') but for XML attributes.
I tried using some external plugins but nothing. Maybe a regular expression could be an option?
Any help will be strongly appreciated. Thank you very much in advance.