Anyone know of any programming examples that could be used to convert an asp.net .sitemap file into a google sitemap.xml file? You'd think this would be an easy process but I can't seem to find any example online.
Basically what I want to do is setup a handler so that will run whenever someone goes to http://www.mydomain.com/sitemap.xml.
I've already figured out how to do that. I just need the code that will convert the web.sitemap xml into the sitemap.xml syntax.