XMLファイル:
<urlset>
<url>
<loc>http://example.com/.../</loc>
<lastmod>0000-00-00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>http://example.com/...</loc>
<lastmod>0000-00-00</lastmod>
<priority>0</priority>
</url>
</urlset>
xmlへのリンクのリストを取得するにはどうすればよいですか?(グーグル翻訳)
foreach ($html->find('?????') as $element) {
echo $element->src;
}