i have Some Xml stored which is been generated from another Source
the xml contains certain unwanted text which i need to remove them
<IceCream="Vanilla"/>
<assignedPerson>
-1- <<<<<<<<< Need to Remove this text while Reading Xml
<name>
<prefix>Mr..</prefix>
<name1>Martin</name1>
</name>
</assignedPerson>
tan_vision_1...
Participant
1178 Points
413 Posts
Remove Certain Text from Xml
Jan 07, 2012 04:49 AM|LINK
i have Some Xml stored which is been generated from another Source
the xml contains certain unwanted text which i need to remove them