<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="#xsl"?>
<xsl:stylesheet version="2.0"
                                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                                xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9">
                                <xsl:output method="html" encoding="UTF-8" indent="yes"/>
                                <xsl:template match="/">
                                        <html>
                                        <head>
                                                <title>Sitemap Index</title>
                                                <style>
                        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; margin: 2em auto; max-width: 960px; color: #333; background: #f9f9f9; }
                        h1 { color: #1a1a1a; font-size: 1.6em; border-bottom: 2px solid #ddd; padding-bottom: 0.5em; }
                        table { border-collapse: collapse; width: 100%; margin: 1em 0; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
                        th { background: #23282d; color: #fff; text-align: left; padding: 12px 16px; }
                        td { padding: 10px 16px; border-bottom: 1px solid #eee; }
                        tr:hover td { background: #f0f6fc; }
                        a { color: #0073aa; text-decoration: none; }
                        a:hover { text-decoration: underline; }
                        .footer { margin-top: 2em; font-size: 0.85em; color: #888; text-align: center; }
                </style>
                                        </head>
                                        <body>
                                                <h1>Sitemap Index</h1>
                                                <table>
                                                        <thead>
                                                                <tr><th>Sitemap URL</th><th>Last Modified</th></tr>
                                                        </thead>
                                                        <tbody>
                                                        <xsl:for-each select="sitemap:sitemapindex/sitemap:sitemap">
                                                                <tr>
                                                                        <td><a href="{sitemap:loc}"><xsl:value-of select="sitemap:loc"/></a></td>
                                                                        <td><xsl:value-of select="sitemap:lastmod"/></td>
                                                                </tr>
                                                        </xsl:for-each>
                                                        </tbody>
                                                </table>
                                                <p class="footer">This is a sitemap index file for search engines. Generated by Kargo Theme SEO.</p>
                                        </body>
                                        </html>
                                </xsl:template>
                        </xsl:stylesheet>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://kargomnerede.net/sitemap-post.xml</loc>
		<lastmod>2026-03-24T15:12:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://kargomnerede.net/sitemap-page.xml</loc>
		<lastmod>2026-05-12T14:08:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://kargomnerede.net/sitemap-images.xml</loc>
		<lastmod>2026-05-12T14:08:56+00:00</lastmod>
	</sitemap>
</sitemapindex>
