2008-12-05 03:51:36 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-10-19 22:05:18 +02:00
|
|
|
<?xml-stylesheet type='text/xsl' href='$StylesheetPath'?>
|
2008-12-05 03:51:36 +01:00
|
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
2012-03-25 18:07:44 +02:00
|
|
|
<% loop $Items %>
|
|
|
|
<url>
|
|
|
|
<loc>$AbsoluteLink</loc>
|
2018-02-14 23:22:00 +01:00
|
|
|
<% if $LastEdited %><lastmod>$LastEdited.Format("y-MM-dd'T'HH:mm:ss")</lastmod><% end_if %>
|
2012-11-07 07:47:18 +01:00
|
|
|
<% if $ChangeFrequency %><changefreq>$ChangeFrequency</changefreq><% end_if %>
|
2013-01-15 10:29:59 +01:00
|
|
|
<% if $GooglePriority %><priority>$GooglePriority</priority><% end_if %>
|
2012-03-25 18:07:44 +02:00
|
|
|
</url>
|
|
|
|
<% end_loop %>
|
2017-08-18 05:24:03 +02:00
|
|
|
</urlset>
|