Removing qualifiers from an xml-document

  • Thread starter Thread starter Jan Eliasen
  • Start date Start date
J

Jan Eliasen

Hi

I am receiving an xml-document as a string and I need to remove all
qualifiers as well as namespacedeclarations on all elements. Only the
root-element will have these namespacedeclarations.

I can't seem to find any clever way to do this - can anyone help me?

Thanks
 
Hi Jan,

I thought that this could be done with the XMLreader and XMLwriter.
Take a look for it?

I hope this helps a very little bit?
Cor
 
Back
Top