Okay I made a MSXML2.IXMLDOMNodeList the problem is I am getting j and I want to be able to still get y but I am unable to. It is structured like this:
<j y = "">
<x>
<z>
</j>
I am unable to get x z and y but unable to change y the only thing I can find is it being read only. I am trying to sort this and everything is working except being able to change that one value
<j y = "">
<x>
<z>
</j>
I am unable to get x z and y but unable to change y the only thing I can find is it being read only. I am trying to sort this and everything is working except being able to change that one value