Changes the value of a specified attribute
This has been deprecated in favour of SetAttribute
<root>
<node attrVal="true">value</node>
</root>
<Change type="ChangeAttribute" xPath="/root/node" attributeName="attrVal" value="false" />
<root>
<node attrVal="false">value</node>
</root>