Mercurial > hg > camir-aes2014
view toolboxes/xml_toolbox/xml_help.m @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
line wrap: on
line source
% -------------------------- % XML TOOLBOX FOR MATLAB 3.1 % -------------------------- % % FUNCTIONS: % xml_format converts a Matlab variable into XML string % xml_formatany converts a Matlab variable into XML string with attributes % xml_parse parses & converts XML string into Matlab structure % xml_parseany parses & converts XML string into Matlab structure with attributes % xml_save saves a Matlab variable/structure in XML format in a file % xml_load loads the .xml file written with xml_save back into a variable % xml_help this file, displays info about available xml_* commands % tests/xml_tests tests the xml toolbox by writing/reading a number of xml test files % strsplit utility function which splits a string at specified characters % unblank utility function which removes leading and trailing spaces % % FILES: % doc/xml_matlab documentation containing info on installation, usage, implementation, etc. % matlab.xsd contains the Schema to validate xml files for the toolbox % (if not present, look at http://www.geodise.org/matlab.xsd) % % RELATED: % xmlread, xmlwrite (shipped with Matlab from version 6.5) % % Further information can be obtained by using the help command on % a specific function, e.g. help xml_format or by visiting % http://www.geodise.org % Copyright (C) 2002-2005, University of Southampton % Author: Dr Marc Molinari <m.molinari@soton.ac.uk> % $Revision: 1.1 $ $Date: 2005/04/15 17:12:14 $ $Tag$