I generated a sitemap.xml
file and want to create a sitemap from it:
<?php
$this
->navigation()
->sitemap()
->setFormatOutput(true)
->setMaxDepth(2)
;
echo $this->navigation()->sitemap();
?>
How can I set the path to the file in the Sitemap view helper?