Given an XmlNode with namespace (NamespaceURI has a value), I want to be
able to make a clone of it (XmlNode.CloneN ode) but without the namespace.
How can I strip the namespace from a node?
able to make a clone of it (XmlNode.CloneN ode) but without the namespace.
How can I strip the namespace from a node?
Comment