What is the XPath expression for selecting all elements with attribute A?
const char* xpath = "//*/*[@A]"
This XPath selects all elements that have an A attribute:
//*[@A]
1.4m articles
1.4m replys
5 comments
57.0k users