revXMLTrees | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | xml library | ||||||
Summary | |||||||
Introduced | 2.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Glossary: Standalone Application Settings, standalone application, XML tree, return, LiveCode custom library Command: revXMLDeleteAllTrees Function: revXMLCreateTreeFromFile, revXMLCreateTree Library: XML library Control Structure: function | ||||||
Security | disk | ||||||
Description | Use the revXMLTrees function to find out which XML trees have been created, or when you want to perform an action on all the XML trees you're working with. Each tree ID is the number returned by the revXMLCreateTree or revXMLCreateTreeFromFile function when you created the XML tree. If the revXMLTrees function encounters an error, it returns an error message starting with "xmlerr".
| ||||||
Tags | text processing |