How to remove child nodes in XML Document

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi All,
My config file structure is like below
<pre class="prettyprint lang-vb <configuration>
<Applications>
<ApplicationName>App1</ApplicationName>
<ApplicationName>App2</ApplicationName>
<ApplicationName>App3</ApplicationName>
/Applications>
</configuration>[/code]
I want to remove the all child nodes(ApplicationName) from this parentnode(Applications)
I have tried most of the common methodology but still not able to get success.
Can anyone help me on this ?

View the full article
 
Back
Top