I'm trying to create the custom breadcrumbs for a SharePoint site based of an Xml file.
The problem though is that SiteMapPath requires for the Web.sitemap to be in the root of the site, and I cannot figure out where it would be for a SharePoint site.
If someone knows the answer to it, it will be good enough.
Another workaround it is to use ListSiteMapPath, but it requires using predefined navigation data sources. When I create a custom data source with a SharePoint:SPXmlDataSource and point the ListSiteMapPath to it, I receive an error "There was an error rendering the control...Index was out of range". Looks like it cannot use custom source.
Is there a way to make the ListSiteMapPath to work with a custom data source?
Thanks