xml module
Core framework Console Desktop
The xml module allows for parsing and generating XML data using Node objects.
| Property | Description | Access | Type |
|---|---|---|---|
| xml.error | Contains the last error message from XML operations | readonly | string nil |
| Functions | Description | Return value |
|---|---|---|
| xml.decode() | Parses an XML string and returns a Node object | |
| xml.load() | Load and parse an XML file into a Node object | |
| xml.save() | Save a Node object to an XML file | boolean |
| Object | Description |
|---|---|
| Node | Represents an XML element with hierarchical structure |