2007-09-14 02:27:15 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84">
|
|
|
|
<% control Items %>
|
2007-09-14 02:47:00 +02:00
|
|
|
<% if Include %>
|
2007-09-14 02:27:15 +02:00
|
|
|
<url>
|
|
|
|
<loc>$AbsoluteLink</loc>
|
|
|
|
<lastmod>$LastEdited.Format(c)</lastmod>
|
|
|
|
<% if ChangeFreq %><changefreq>$ChangeFreq</changefreq><% end_if %>
|
|
|
|
<% if Priority %><priority>$Priority</priority><% end_if %>
|
|
|
|
</url>
|
2007-09-14 02:47:00 +02:00
|
|
|
<% end_if %>
|
2007-09-14 02:27:15 +02:00
|
|
|
<% end_control %>
|
|
|
|
</urlset>
|