Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Reads a file as XML.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XML | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Path | The file path or URL to read as XML file. | "/Users/cs/Desktop/test.xml" | |
Flags | Various Flags. Add 1 to ignore errors in xml and continue parsing. This may lead to not everything in the xml being read. Add 8 to remove all namespaces before query to have queries easier. |
0 | Optional |
Returns XML reference or error.
Read XML file:
$xmlRef = MBS( "XML.ReadFile"; "/Users/cs/Desktop/iTunes Library.xml")
This function checks for a license.
Created 17th September 2017, last changed 17th September 2017