XmlElement.GetAttribute (gb.xml)

Function GetAttribute ( Name As String [ , Mode As Integer ] ) As String

Returns the value of the first attribute of the element whose name matches Name.

The Mode argument defines the comparison method used. It supports GB.Binary, GB.IgnoreCase and GB.Like.
See Predefined Constants for further information.