XMLAttributeList.Value
From Xojo Documentation
Method
Retrieves an attribute value by index position. Value returns the attribute as a String. Index is zero-based. If Index is outside the range of attributes, then the empty string is returned.
Method
Retrieves an attribute value looking it up by the Key. If Key is not an attribute in the list, then the empty string is returned.