revXMLAttribute | |||||||||||||
Type | function | ||||||||||||
Dictionary | LCS | ||||||||||||
Library | LiveCode Script | ||||||||||||
Syntax |
| ||||||||||||
Associations | xml library | ||||||||||||
Summary | Returns the value of the specified attribute of the specified node of an XML tree. | ||||||||||||
Introduced | 2.0 | ||||||||||||
OS | mac, windows, linux, ios, android | ||||||||||||
Platforms | desktop, server, mobile | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Values |
| ||||||||||||
Related | Keyword: string Control Structure: function Function: revXMLAttributes, revXMLNodeContents, revXMLCreateTree, revXMLCreateTreeFromFile Library: XML library Glossary: LiveCode custom library, node, Standalone Application Settings, standalone application, return, attribute, XML tree | ||||||||||||
Security | disk | ||||||||||||
Description | Use the revXMLAttribute function to get an attribute's value. If the revXMLAttribute function encounters an error, it returns an error message starting with "xmlerr".
| ||||||||||||
Tags | text processing |