Hi, I want to edit the attributes of an element in an XML file.
The file looks like
<Parameter name="Spec 2 Circumference/Length" type="real" mode="both">
<Value>0.0</Value>
<Result>0.0</Result>
</Parameter>
I want to replace the value and Result attribute with some other value from a text file.
Please suggest. Thanks in advance.