revXMLAttributes | ||||||||||||||||
Type | function | |||||||||||||||
Dictionary | LCS | |||||||||||||||
Library | LiveCode Script | |||||||||||||||
Syntax |
| |||||||||||||||
Associations | xml library | |||||||||||||||
Summary | Returns a list of all attributes and their values for the specified node. | |||||||||||||||
Introduced | 2.0 | |||||||||||||||
OS | mac, windows, linux, ios, android | |||||||||||||||
Platforms | desktop, server, mobile | |||||||||||||||
Parameters |
| |||||||||||||||
Example |
| |||||||||||||||
Values |
| |||||||||||||||
Related | Keyword: string Glossary: node, Standalone Application Settings, loop, attribute, return, standalone application, LiveCode custom library Command: revXMLSetAttribute Function: revXMLAttributeValues, revXMLText, revXMLAttribute, revXMLMatchingNode, revXMLChildContents Library: XML library Control Structure: function, repeat | |||||||||||||||
Security | disk | |||||||||||||||
Description | Use the revXMLAttributes function to display a node's attributes or to scan each attribute in a repeat loop. If the revXMLAttributes function encounters an error, it returns an error message starting with "xmlerr".
| |||||||||||||||
Tags | text processing |