hi all,
I have a XML file like as shown below..
i need to replace the value of status for a particular task..can u help me how to do it..
<?xml version="1.0" encoding="utf-8"?>
<Task>
<TaskName tskName="PS0002440" Status="Open" />
<TaskName tskName="PS0002439" Status="Open" />
</Task>
in the above file..i need to change the value of "status" of the "tskName = PS0002439"
Cansomone give some idea please...