Listing 27.7. | |
| ROZDZIAŁ: | 27. Generowanie dokumentów XML w PHP |
| TXT: | listing-27-07.txt |
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://example.net/lorem/ipsum</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://example.net/dolor.html</loc>
<changefreq>monthly</changefreq>
</url>
...
</urlset>