Hi Tim,
If you are using TXMLDocument and TXMLNode then oTagActual:aAttributes should be a hash table, then you can get all the attribute values using the function:
HGetValues(oTagActual:aAttributes) // will return an array containing all attribute values of a tag.
regards,
ryu
↧