
Hi ActiPro, I want to be able to read value of attribute and element and manipulate it via Syntax Editor. For example adding new attribute, deleting existing attribute, change attribute and element value and so on. Is it possible to get value of xml attribute and element from context? I can see hierarchies however I don't have any way to locate attribute value.
If I can't what is recommended way to get such value, as I want to avoid to reparse whole document from different mechanism (eg XmlDocument/Xml Linq/Xpath).