<?php header('Content-Type: text/xml'); ?>
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc><?php echo $domainUrl . $basePath; ?></loc>
    <lastmod><?php echo $lastUpdate->format('Y-m-d'); ?></lastmod>
    <changefreq>Weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>