Given the following XML:
<SomeXML> <Element1> <Element2 Attribute3="Value4" /> </Element1 </SomeXML>
... and the XElement reference to "SomeElement" and the Xath element of the Xath1 / Element2 / @ Attribute3 element
How to get a link to Attribute3 so that I can change its value (using Xpath)?
XPath must be a restored parameter, and thus is the only way to search for a node.
source share