Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
属性 A を持つすべての要素を選択するための XPath 式は何ですか?
const char* xpath = "//\*/\*[@A]"
次の XPath は、A 属性を持つすべての要素を選択します。
//*[@A]