Hi I have a xml file that contains
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <iconback img1="iconback" />
    <iconmask img1="iconmask" />
    <iconupon img1="iconupon" />
    <scale factor="0.7" />
</resources>
How can I change and save the img="iconback" outer text and Scale factor="0.7? 
Everything I try fails with
Cannot set a value on node type 'Element'
 
    