Hi there,
I have created a blank menu item and placed the sitemap webpart on it, it is now creating the sitemap but not in xml, i want it in xml form, how to achieve it ? If i see the page source following html is shown
<ul class="CMSSiteMapList"><li class="CMSSiteMapListItem"><a href="/Accommodations" class="CMSSiteMapLink">Accommodations</a></li></ul>
Instead of above format i want it to be in xml form
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost/Accommodations</loc>
<lastmod>2011-08-19</lastmod>
</url>
</urlset >