in reply to how to change node value based on other node value

I see this data:
<Settings> <Channels> <Channel Name="R1" Voltage="100" Test="1"/> <Channel Name="R2" Voltage="200" Test="0"/> ... <Channel Name="L1" Voltage="400" Test="0"/> <Channel Name="L360" Voltage="120" Test="1"/> </Channels> </Settings>
In general showing code that doesn't work, is not helpful. For the simple fact that by admission, the code is wrong.
Please show a result that you expect would be accurate.
I don't see such an expected result.
Please do that.

Replies are listed 'Best First'.
Re^2: how to change node value based on other node value
by Anonymous Monk on Apr 09, 2015 at 14:54 UTC
    FWIW, AFAICT, OP is trying to change the Voltage from 400 to 300 :)