Ive been trying to figure out how to edit XML Node Attributes, Can someone point me in the right direction?
Example
<widgets>
<textBox display="block" left="5px" top="305px" height="auto" width="300px" borderSize="2px" borderStyle="solid" borderColor="#000000" font="Arial, Helvetica, sans-serif" fontColor="#000000" fontSize="100%" backgroundColor="#e3e3e3" backgroundImage="" backgroundPosition="" backgroundRepeat="" misc=""/>
</widgets>
How can I parse and edit an attribute?