# XML

The XML plugin contains functions that can be used when working with XML data:

* *XMLPeek*: To read one or more XML nodes from an XML document.
* *XMLPoke*: To write to one or more XML nodes in an XML Document.
* *XMLReader*: To read an XML-formatted string from a file or from a field and parse it into an object structure.
* *XMLWriter*: To transform an object to an XML-representation.

### Links <a href="#links" id="links"></a>

[XML License](https://docs.linx.software/reference/plugins/xml/license)
