public static XmlElement GetElement( XmlNode xmlDoc, string xpath, bool createElement )
Parameters
- xmlDoc
- XML document to get the XmlElement object from
- xpath
- Path of the element to get from the xml document
- createElement
- if true the element will be created if it does not already exist
Return Value
XmlElement matching given xpath