View Single Post
Join Date: Nov 2008
Posts: 27
Reputation: jaiprakash15 is an unknown quantity at this point 
Solved Threads: 0
jaiprakash15 jaiprakash15 is offline Offline
Light Poster

Re: Problem in Removing Node from XML using Vb.net

 
0
  #2
Jan 8th, 2009
Dear friends..

I have solved the Thread with slight modification in the XML file...

<?xml version="1.0" encoding="utf-8"?>
<TaskDetails>
<Task Name="PS0001234">
<Status>Start</Status>
</Task>
</TaskDetails>

Now i can delete the nodes sucessfull...
Reply With Quote