MATLAB Function Reference | ![]() ![]() |
Parse XML document and return Document Object Model node
Syntax
Description
DOMnode = xmlread(filename)
reads a URL or filename
and returns a Document Object Model node representing the parsed document.
Remarks
Find out more about the Document Object Model at the World Wide Web Consortium (W3C) Web site, http://www.w3.org/DOM/
. For specific information on using Java DOM objects, visit the Sun Web site, http://www.java.sun.com/xml/docs/api
.
See Also
![]() | xlsread | xmlwrite | ![]() |