Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have below xml

XML
<A>
<otherName>
    <Name>
      <1></1>
      <2></2>
    </Name>
    <Name>
      <1></1>
      <2></2>
    </Name>
</otherName>
<Name>
    <1></1>
    <2></2>
</Name>
<Name>
    <1></1>
    <2></2>
</Name>
</A>



I want to remove "otherName" element from above xml



Please suggest
Posted
Comments
Maarten Kools 13-Dec-13 5:58am    
Have you tried searching Google?[^].
yrishi 13-Dec-13 5:59am    
Yep.
Maarten Kools 13-Dec-13 6:16am    

1 solution

As suggested by ^Mo^ there are just over a million results returned from Google if you use the right search ... have a look at these google results[^]

You will also get better responses if you have an attempt yourself and include what you have tried in your question
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900