So I am still asking questions about this topic :-(
So I create an object, decorate it with the Xml Serialization Attributes, from what I have seen I add an empty na
Have you tried not specifying the namespace in your XmlRoot attribute?
I.e.:
[XmlRoot(ElementName = "url")] public class SitemapNode { ... }