Function XMLGetAttribute() Professional

Get attribute value of an XML tag.

Syntax
XMLGetAttribute( <nTagHandle>, <cAttributeName> ) --> cValue|NIL
Parameters
<nTagHandle>
Numeric handle of the XML tag.
<cAttributeName>
Character string containing the name of the tag attribute whose value is searched.
Return

Returns a string representing the value of a tag attribute or NIL if no attribute with the given name exists.

Description

This function is used to obtain values of individual XML tag attributes by attribute name.

Feedback

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.