function mini_agenda_home_shortcode() {

    $events = new WP_Query(array(
        'post_type'      => 'event_listing',
        'posts_per_page' => 3,
        'post_status'    => 'publish'
    ));

    ob_start();

    ?>

   <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://cultureetvous.hautbearn.fr/sitemaps_xsl.xsl"?>
<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://cultureetvous.hautbearn.fr/post-sitemap1.xml</loc>
<lastmod>2026-05-11T13:46:43+01:00</lastmod>
</sitemap>
<sitemap>
<loc>https://cultureetvous.hautbearn.fr/page-sitemap1.xml</loc>
<lastmod>2026-05-11T16:07:32+01:00</lastmod>
</sitemap>
<sitemap>
<loc>https://cultureetvous.hautbearn.fr/category-sitemap1.xml</loc>
</sitemap>
<sitemap>
<loc>https://cultureetvous.hautbearn.fr/post_tag-sitemap1.xml</loc>
</sitemap>
</sitemapindex>