<?php

header("Content-Type: text/xml");

$doc = new DOMDocument;
$doc->preserveWhiteSpace = false;

$doc->loadXML(file_get_contents($_SERVER['DOCUMENT_ROOT']."/sitemap_000.xml"));

$xpath = new DOMXPath($doc);

foreach( $xpath->query('//*[local-name()="lastmod"]') as $node ) {
    $node->parentNode->removeChild($node);
}

$doc->formatOutput = true;
echo $<sitemap><loc>https://milenaclub.ru/sitemap_iblock_7.xml</loc><lastmod>2025-02-11T23:31:06+03:00</lastmod></sitemap></sitemapindex>