If you build the GeoRSS feed, add the following code in order to start building by the HTTP handler returned GeoRSS feeds.
The following code of content:
Code:
rssOutput.AppendLine ( "
rssOutput.AppendLine ("xmlns: georss = 'http://www.georss.org/georss'")
rssOutput.AppendLine ("xmlns: gml = 'http://www.opengis.net/gml'>")
rssOutput.AppendLine ("")
rssOutput.AppendLine ("Store Locations")
rssOutput.AppendLine ("")
rssOutput.AppendLine (""+ System.DateTime.Now + "")
rssOutput.AppendLine ("")
rssOutput.AppendLine ("SQL Server")
rssOutput.AppendLine ("")
Bookmarks