Programming |
Importing from XML Documents
With the xmlread
function, you can read from a given URL or file, generating a Document Object Model (DOM) node to represent the parsed document.
MATLAB also provides these other XML functions:
xmlwrite
-- Serializes a Document Object Model node to a file
xslt
-- Transforms an XML document using an XSLT engine
See the reference pages for these functions for more information.
Importing Mixed Alphabetic and Numeric Data | Exporting Text Data |
© 1994-2005 The MathWorks, Inc.