XmlNodeGetName
Jump to navigation
Jump to search
Gets the tag name of the specified XML node.
Syntax
string xmlNodeGetName ( xmlnode node )
Required Arguments
- node: the node to get the tag name of.
Returns
Returns the tag name of the node if successful, false otherwise.
Example
--TODO