M
Martin
Isn't it a mistake for XmlSiteMapProvider to use the url as the node key?
What if you want to change the url? The node and the url should be
decoupled, via a distinct key which does not change. Also what if you have
a number of different sitemaps for different scenarios. One way to abstract
between them is to have a consistent set of node keys - again this is not
possible with the current implementation.
I think MS made a mistake here.
:-(
Martin
What if you want to change the url? The node and the url should be
decoupled, via a distinct key which does not change. Also what if you have
a number of different sitemaps for different scenarios. One way to abstract
between them is to have a consistent set of node keys - again this is not
possible with the current implementation.
I think MS made a mistake here.
:-(
Martin