<?php
include 'data.php';
header("Content-Type: application/xml; charset=UTF-8");
echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- static URLs here -->
<?php foreach ($keywords as $id => $kw): ?>
  <url>
    <loc>https://dallaspeacecenter.org/amp/?id=<?= urlencode($id) ?></loc>
  </url>
<?php endforeach; ?>
</urlset>