public static string GetElementValue( XmlElement element, string xpath, XmlNamespaceManager nsmgr )
Parameters
- element
- XML element to look into
- xpath
- XPath expression identifying the node to get value for
- nsmgr
- XML namespace to use
Return Value
Text value for the required node