revXMLNextSibling | ||||||||||
Type | function | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | xml library | |||||||||
Summary | Returns the path to a child node's next sibling node. | |||||||||
Introduced | 2.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Property: nodes Control Structure: function Function: revXMLRootNode, revXMLFirstChild, revXMLCreateTree, revXMLCreateTreeFromFile Library: XML library Glossary: LiveCode custom library, sibling node, Standalone Application Settings, standalone application, return, child node | |||||||||
Security | disk | |||||||||
Description | Use the revXMLNextSibling function to go forward through the list of nodes on the current level. If the revXMLNextSibling function encounters an error, it returns an error message starting with "xmlerr".
| |||||||||
Tags | text processing |