well i am using .net 2008 how can i remove from xml a node list for example in the begining :-
<soapenv:Envelo pe xmlns:soapenv=" http://schemas.xmlsoap .org/soap/envelope/" xmlns:xsd="http ://www.w3.org/2001/XMLSchema" xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance">
+ <soapenv:Body >
i whant to completly remove this nodelist from my xml file . code example would be helpful
<soapenv:Envelo pe xmlns:soapenv=" http://schemas.xmlsoap .org/soap/envelope/" xmlns:xsd="http ://www.w3.org/2001/XMLSchema" xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance">
+ <soapenv:Body >
i whant to completly remove this nodelist from my xml file . code example would be helpful