xml
Module
Contains functions and filters to read and write XML.
Exports
| asXml | Turns a valid structure into an XML byte iterator. |
| getText | Extracts and concatenates all the text nodes from the input XmlNode iterator. Only the first level is searched. Nested elements are ignored. |
| readXml | Parses an input text of XML into an XmlNode iterator that can be used to reduce the input data into another value. |
| whereElement | Performs a deep filter of the input XmlNode iterator to find elements of the specified name. |