<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Master Pages, Themes and Navigation Controls</title><link>http://forums.asp.net/139.aspx</link><description>Discussions of MasterPages, Themes, and other page-related features. &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=164&amp;amp;c=30" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: menu with sitemap without parent node</title><link>http://forums.asp.net/thread/1988968.aspx</link><pubDate>Sun, 04 Nov 2007 17:45:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1988968</guid><dc:creator>ionafi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1988968.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1988968</wfw:commentRss><description>&lt;p&gt;Thank you Amanda,&lt;/p&gt;
&lt;p&gt;That was exactly what i wanted. I didn&amp;#39;t know about that attribute.&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;</description></item><item><title>Re: menu with sitemap without parent node</title><link>http://forums.asp.net/thread/1984417.aspx</link><pubDate>Thu, 01 Nov 2007 05:39:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1984417</guid><dc:creator>Amanda Wang - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1984417.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1984417</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Base on your description, you want to display the menitems like root node, without the childnodes and the parent nodes, right?&lt;/p&gt;
&lt;p&gt;Because the sitemap file is an xml file, so it must have a root node in the sitemap file.&lt;/p&gt;
&lt;p&gt;But if you can set the sitemapdatasourse&amp;#39;s ShowStartingNode is False, the root the node will not be displayed on the page, and you can set all the other node are at the same depth under the root node.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Like below:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Menu ID=&amp;quot;Menu1&amp;quot; runat=&amp;quot;server&amp;quot; DataSourceID=&amp;quot;SiteMapDataSource1&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:Menu&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:SiteMapDataSource ID=&amp;quot;SiteMapDataSource1&amp;quot; runat=&amp;quot;server&amp;quot; &lt;strong&gt;ShowStartingNode=&amp;quot;False&amp;quot;&lt;/strong&gt; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Sitemap:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt;&amp;lt;siteMap xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"&gt;http://schemas.microsoft.com/AspNet/SiteMap-File-1.0&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;siteMapNode title=&amp;quot;root&amp;quot; url=&amp;quot;&amp;quot; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;siteMapNode title=&amp;quot;Home Page&amp;quot; url=&amp;quot;~/Index.aspx&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;siteMapNode title=&amp;quot;Pubs&amp;quot; url=&amp;quot;~/....&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;siteMapNode title=&amp;quot;Calendar&amp;quot; url=&amp;quot;~/...&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/siteMapNode&amp;gt;&lt;br /&gt;&amp;lt;/siteMap&amp;gt;&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;</description></item><item><title>menu with sitemap without parent node</title><link>http://forums.asp.net/thread/1981568.aspx</link><pubDate>Tue, 30 Oct 2007 16:43:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1981568</guid><dc:creator>ionafi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1981568.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1981568</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m a little bit confused about this.&amp;nbsp;I have a menu linked to a sitemap. What i want&amp;nbsp;now is the vertical display of menu,&amp;nbsp;the usual way of displaying vertical left menus, without child nodes, like all nodes would be parent without children.&amp;nbsp;So far, looks like there is no way to use sitemap without&amp;nbsp;one parent node which then splits. I dont want that. Is that he only way with sitemaps? &lt;/p&gt;
&lt;p&gt;That&amp;#39;s what i want:&lt;/p&gt;
&lt;p&gt;Home&lt;/p&gt;
&lt;p&gt;Pubs&lt;/p&gt;
&lt;p&gt;Calendar&lt;/p&gt;
&lt;p&gt;I know i can do that just with menu control, but i want the breadcrumbs too, that&amp;#39;s why i&amp;#39;m trying to make this work with sitemap.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>