UNPKG

sitemap-urls

Version:

Extract URLs from an XML sitemap.

12 lines (11 loc) 320 B
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> <loc>http://example.com/</loc> <priority>1.0</priority> </url> <url> <loc>http://example.com/test/</loc> <priority>1.0</priority> </url> </urlset>