I'm trying to make use of the new metadata navigation in SP 2013. It works great for the global navigation. For the current navigation, our site design calls for only displaying the nodes starting from the current node. I have the following:
<PublishingNavigation:PortalSiteMapDataSourceSiteMapProvider="TaxonomySiteMapProvider"ShowStartingNode="false"id="QuickLaunchSiteMap"StartFromCurrentNode="true"runat="server"/>
Shouldn't this display from the current node down? I've tried various combinations and it appears that the TaxonomySiteMapProvider doesn't respect StartFromCurrentNode=true. Is there a better site map provider to use or am I stuck not using metadata navigation?
Ray Riopel