xml.getAttribute
| Syntax |
xml.getAttribute (adrTable, name)
|
| Params |
adrTable is the address of an XML table.
name is the name of an attribute we want the address of.
|
| Action |
Gets the attribute from the indicated table with the indicated name.
Looks for a /atts sub-table, and returns the address of the object with that name in
the table.
|
| Returns |
An address.
|
| Examples |
xml.getAttribute (@xml.examples.myComputer2.tableStructure.["0001\tmyComputer"], "userName")
» @xml.examples.myComputer2.tableStructure.["0001\tmyComputer"].["/atts"].userName
|
| See Also |
xml.getAttributeValue
|
|