MATLAB Function Reference Previous page   Next Page
xmlwrite

Serialize XML Document Object Model node

Syntax

Description

xmlwrite(filename, DOMnode) serializes the Document Object Model node DOMnode to the file specified by filename.

str = xmlwrite(DOMnode) serializes the Document Object Model node DOMnode and returns the node tree as a string, s.

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.

Example

See Also

xmlread, xslt


Previous page  xmlread xor Next page

© 1994-2005 The MathWorks, Inc.