Hello Folks,
I am parsing a XML string in XElement.Parse("somestring") and insert it into another XElement using add method. so, i want to remove the default utf encoding and xmlns attributs from "somestring" text.
How to do that...
I appreciate your help.
Thanks KJ