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.
hrefなどの特定の属性を持つ要素が多数含まれているXMLファイルがあります。href = "ABC.jpg"を持つすべてのノードを取得するためのxクエリはありますか?そうでない場合、それを行うための最良の方法は何ですか?
//*[@href = 'ABC.jpg']