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.
私はそのような階層を持っています:
<div> <a>Title</a> <img src="..."> </div>
このxpathコードでリストする必要があります:「//a」、およびdivノードは動的であるため、trまたはpの可能性があります...タグを介してimgタグを見つけたいです。それ、どうやったら出来るの?
「//a/ancestor::*//img」を試しましたが、うまくいきません。