Specifies whether to remove duplicate namespace declarations in the System.Xml.XmlWriter.
The System.Xml.NamespaceHandling enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Specifies that duplicate namespace declarations will not be removed.
Specifies that duplicate namespace declarations will be removed. For the duplicate namespace to be removed, the prefix and the namespace must match.