Question
[ESTK] Get xmlElements not contains some attributes using Xpath expression
Hi all,
I need to find xml element not contains class attribute using xpath expression.
I try the below xpath is not working. get an error.
Xpath:
"//table[not(@class='informal')]" or "//table[not(@class)]"
Please give any helps!!
thanks,
John.
