Use the readstruct
and writestruct
functions to
read and write structured data to files. Use xmlread
,
xmlwrite
, and xslt
to parse a file into an XML Document
Object Model (DOM).
To read an XML file from your local disk or from a URL, use
the xmlread
function.
To write data to an XML file, use the xmlwrite
function.