Sitemap

<?php
$sitemap = new Sitemap($path_to_root."collection/sitemap_fscpb.xml", "navigation", null, "sitemap", 1, FALSE);
$sitemap->removeElementsByAttribute("menusperre", "true");

output($sitemap, false, true);
?>