Unqualifing a xml in c#
Is there an smart way of unqualifing (clean namespaces references) a XML in c#? All the xml referen开发者_C百科ces the same schema.
Thanks in advance.
The answers to Omitting all xml namespaces when serializing an object? provide 3 different ways to do it.
精彩评论