Will remove all attributes from a node
<root> <node attrVal="true">value</node> </root>
<Change type="RemoveCurrentAttributes" xPath="/root/node" />
<root> <node>value</node> </root>