MATLAB: Does MATLAB provide support for XML? What are the plans regarding XML support in future releases of MATLAB

domgeneratorMATLABparserreportsaxschemaselfself-validatingsupportvalidatingxmlxslt

Does MATLAB provide support for XML?
What are the plans regarding XML support in future releases of MATLAB?

Best Answer

MATLAB 6.5 (R13) supports parsing XML files into a Java DOM (XMLREAD), manipulation through standard DOM commands, writing a parsed DOM to a file (XMLWRITE), and XSLT.
There is currently limited support for XML in MATLAB and the Report Generator in MATLAB 6.1 (R12.1.). You might also want to consider visiting the MATLAB Central web site, for user contributed files related to XML: