5
Wyodrębnij linki z mapy witryny (xml)
Powiedzmy, że mam sitemap.xmlplik z tymi danymi: <url> <loc>http://domain.com/pag1</loc> <lastmod>2012-08-25</lastmod> <changefreq>weekly</changefreq> <priority>0.9</priority> </url> <url> <loc>http://domain.com/pag2</loc> <lastmod>2012-08-25</lastmod> <changefreq>weekly</changefreq> <priority>0.9</priority> </url> <url> <loc>http://domain.com/pag3</loc> <lastmod>2012-08-25</lastmod> <changefreq>weekly</changefreq> <priority>0.9</priority> </url> Chcę wyodrębnić z niego wszystkie lokalizacje (dane pomiędzy <loc>i </loc>). Przykładowe dane wyjściowe będą takie jak: http://domain.com/pag1 http://domain.com/pag2 http://domain.com/pag3 Jak to zrobić?