Xml
|
public static XmlNode GetXmlNode( this XmlDocument xmlDoc, string xpath, out bool isDirty )
This overload just allows the start of the given XML document by using its root element.
Note that the isDirty parameter will be set to True if any items were added to the tree.