XML Documents

Extensible Markup Language documents

Functions

xmlreadRead XML document and return Document Object Model node
xmlwriteWrite XML Document Object Model node
xsltTransform XML document using XSLT engine

Topics

Importing XML Documents

To read an XML file from your local disk or from a URL, use the xmlread function.

Exporting to XML Documents

To write data to an XML file, use the xmlwrite function.