xml.getAttributeValue

Syntax xml.getAttributeValue (adrTable, name)

Params adrTable is the address of an XML table.

name is the name of an attribute we want the value of.

Action Gets the attribute from the indicated table with the indicated name.

Looks for a /atts sub-table, and returns the value of the object with that name in

the table.

Returns A value.

Examples xml.getAttributeValue (@xml.examples.myComputer2.tableStructure.["0001\tmyComputer"], "userName")

   » Dave Winer

See Also xml.getAttribute