Posted by jhullu@gmail.com on 07/17/06 10:55
Hi all
can I update a xml node AND write the new value in a file witout
re-write all the file ?
sample :
my xml file :
<sample>
<exo id="1" value="Test" />
</sample>
i want to modify the file like
<sample>
<exo id="1" value="Test updated" />
</sample>
is it possible ?
Navigation:
[Reply to this message]
|