Quite often, when I modify my xml, I need locate the node, if the node
doesn't exist, I need create the node. But usually, the node is several
level deep, like
field[@name="level1"]/field[@name="test1" and @id="2"]/field[@name="test"]
What is the best way to do that in C#?
thanks!