Hi,
I am building a web.sitemap xml file for use as the data source for my Menu. I need only one level static menu to navigate my site. It seems that I have to nest the submenu inside the parent menu, otherwise it will not work. Thanks.
<siteMapNode url="~/Home" title="Home" description="Home">
</siteMapNode>
<siteMapNode url="~/About this site" title="About this site" description="">
</siteMapNode>
Go to the complete details ...