I have this XML where i want to change the value of 97 in the node 'txtqtyremaining' into a new value. How should i do that?
I don't know how to select to correct node and how to change that value.`
    <genxml>
  <files />
  <hidden />
  <textbox>
    <txtproductref>SKU</txtproductref>
  </textbox>
  <dropdownlist />
  <checkboxlist />
  <radiobuttonlist />
  <models>
    <genxml>
      <files />
      <textbox>
        <availabledate datatype="date" />
        <txtbarcode>BAR1234</txtbarcode>
        <txtqtyremaining datatype="double">97</txtqtyremaining>
      </textbox>
 
    