Function XMLGetAttribute() Professional
Get attribute value of an XML tag.
XMLGetAttribute( <nTagHandle>, <cAttributeName> ) --> cValue|NIL
Returns a string representing the value of a tag attribute or NIL if no attribute with the given name exists.
This function is used to obtain values of individual XML tag attributes by attribute name.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.