TXmlNode() > Methods for attributes |
Retrieves an attribute from an XML tag by name.
:getAttribute( <cAttribute> ) --> cValue | NIL
Method :getAttribute() retrieves the value of an XML attribute as a character string. If no attribute exists having <cAttribute> as name, the return value is NIL.
http://www.xHarbour.com