Click to See Complete Forum and Search --> : How to delete a node from a number of nodes in msxml


rajeev
05-08-2007, 12:46 AM
Hello all.......

just see the XML Code Below...

<MainProject Name="VMDPLAYER1">
<FILE Name="helloo.wma" Duration="00h:00m:03s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\helloo.wma"/>
<FILE Name="helloo1.wma" Duration="00h:00m:08s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\helloo1.wma"/>
<FILE Name="rag.wma" Duration="00h:00m:05s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\rag.wma"/>
<FILE Name="pramod.wma" Duration="00h:00m:03s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\pramod.wma"/>
<FILE Name="pra.wma" Duration="00h:00m:03s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\pra.wma"/>
<FILE Name="rak.wma" Duration="00h:00m:03s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\rak.wma"/>
</MainProject>

I want to delete a node...like

<FILE Name="pramod.wma" Duration="00h:00m:03s" Path="C:\Documents and Settings\rajeev.sahu\Desktop\TestAudio\pramod.wma"/>

So suggest me how to delete that complete node.....

Thanks Rajeev