How can I remove the "xmlns:..." namespace information from each XML element in C#?
feedback
|
|
Zombiesheep's cautionary answer notwithstanding, my solution is to wash the xml with an xslt transform to do this. wash.xsl:
| |||||||||||||
feedback
|
|
From here http://simoncropp.com/working-around-xml-namespaces
| |||
|
feedback
|
|
I had a similar problem (needing to remove a namespace attribute from a particular element, then return the XML as an Before loading the XML string into the However, the text could still be loaded into the Note too that earlier, I hit one blind alley when trying to use | |||
|
feedback
|