revXMLRootNode | |||||||
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 | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Glossary: Standalone Application Settings, root node, standalone application, XML tree, return, LiveCode custom library Message: revXMLStartTree Command: revXMLDeleteNode Function: revXMLCreateTree, revXMLCreateTreeFromFile, revXMLNextSibling, revXMLPreviousSibling, revXMLParent, revXMLFirstChild Library: XML library Control Structure: function | ||||||
Security | disk | ||||||
Description | Use the revXMLRootNode function to get the path to an XMLtree's root node. The root node is the starting node of the XML tree. The corresponding XML element is the one that contains all other elements in the XML document. If the revXMLRootNode function encounters an error, it returns an error message starting with "xmlerr".
| ||||||
Tags | text processing |