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.
XML ファイルに次のようなタグがあります。
<enclosure type="image/jpeg" length="99974" url="something" />
このタグから画像の URL を取得する方法
他のことについては、次のようにします。
var Title = document.evaluate( '//item/title', dom, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null );