Hi all!
I am trying handle a SOAP result, and the first thing I am trying to do is to remove the namespaces. I use the RemoveNamespaceDeclaration() and instead of removing both namespace and prefixes, it removes only the namespace,the prefix remains.
Is this a bug or maybe I understand something wrong?
Is there anyway to remove the nasty prefixes?