uhaciogullari / SimpleMvcSitemap

A minimalist library for creating sitemap files inside ASP.NET MVC and ASP.NET Core MVC applications
MIT License
128 stars 39 forks source link

Remove xmlns:i attribute from the root element #1

Closed uhaciogullari closed 10 years ago

uhaciogullari commented 10 years ago
<urlset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

DataContractSerializer creates this attribute by default and I couldn't find a way to remove it. Google does not show any issues but it would be better if we can just remove it.

uhaciogullari commented 10 years ago

Fixed with https://github.com/uhaciogullari/SimpleMvcSitemap/issues/3