revXMLParent | ||||||||||
Type | function | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | xml library | |||||||||
Summary | Returns the path to the parent node of a node in an XML tree. | |||||||||
Introduced | 2.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Control Structure: function Function: revXMLRootNode, revXMLFirstChild, revXMLCreateTree, revXMLCreateTreeFromFile Glossary: LiveCode custom library, node, Standalone Application Settings, standalone application, return, XML tree, parent node Library: XML library | |||||||||
Security | disk | |||||||||
Description | Use the revXMLParent function to go up one level in an XML tree. If the revXMLParent function encounters an error, it returns an error message starting with "xmlerr".
| |||||||||
Tags | text processing |