public static string GetAttributeValue( XmlElement xmlElem, string attribute, string defaultValue )
Parameters
- xmlElem
- XML element to get the attribute value from
- attribute
- The name of the attribute to get value for
- defaultValue
- The default value to return if the attribute is not found
Return Value
Value of the specified attribute