Question

I have generic collection list, which has certain properties.... its a heirchachical collection, that I now I want to make into a sitemap file.... i.e., the standard one that MSDN states.... so the output will be something like this: http://msdn.microsoft.com/en-us/library/aa581782.aspx

I know I can probably write an xml otuput using xslt, or xmldoc, but is there a way to do this using sitemapprovider and sitemapnode classes that .net framework provides?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top