revXMLCreateTreeFromFile | ||||||||||||||||
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 | Message: revStartXMLData, revStartXMLNode, revEndXMLNode, revXMLStartTree, revXMLEndTree Library: XML library Keyword: file, integer Control Structure: function Function: revXMLValidateDTD, revXMLTrees Command: revXMLDeleteAllTrees, revXMLAppend Glossary: LiveCode custom library, return, XML tree, Standalone Application Settings, message, standalone application, XML, XML document, command, function | |||||||||||||||
Security | disk | |||||||||||||||
Description | Use the revXMLCreateTreeFromFile function to read the contents of an XML document and create an XML tree from it in memory. If the parseBadData is true, the revXMLCreateTreeFromFile function tries to parse XML data even if it is not well-formed. Otherwise, the function stops executing as soon as it encounters data that is not well-formed XML. If the createTree is true, the function creates a tree structure in memory. Otherwise, the function simply parses the XML data without creating an XML tree. If the sendMessages is true, the revXMLStartTree, revStartXMLNode, revStartXMLData, revEndXMLNode, and revXMLEndTree messages are sent while the file is being parsed. Otherwise, these messages are not sent. If the revXMLCreateTreeFromFile function encounters an error, it returns an error message starting with "xmlerr".
| |||||||||||||||
Tags | text processing |