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.
値に特定の文字列が含まれる特定の属性を持つノードを見つける xpath の方法はありますか?
たとえば、xml ドキュメントがあり、次のノードを見つけることができるように、address属性に string が含まれるノードを見つけたいとします。Downing
address
Downing
<person name="blair" address="10 Downing St. London"/>
select="//*[contains(@address,'Downing')]"