xml_help

Shows a one-page summary of the usage for all XML Toolbox commands.

 

Syntax

xml_help

 

 

--------------------------

XML TOOLBOX FOR MATLAB X.Y

--------------------------

 

FUNCTIONS:

 xml_format converts a Matlab variable/structure into an XML string

 xml_parse  parses and converts an XML string into Matlab variable

 xml_save   saves a Matlab variable/structure in XML format in a file

 xml_load   loads an .xml file written with xml_save back into Matlab

 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

 

FILES:

 doc/xml_toolbox.*  documentation containing info on installation,
                    usage, implementation, etc.

 matlab.xsd         contains a Schema to validate XML files for the
                    toolbox (V.1.0) (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.

 

--------------------------------------------------------------

  Copyright (C) 2002-2004

  Author: Marc Molinari <m.molinari@soton.ac.uk>

  $Revision: 1.5 $ $Date: 2004/03/31 15:51:04 $

 

 

See also

xml_parseany, xml_formatany, xml_format, xml_parse , xml_load, xml_save



xml_formatany

contents

xml_load

Copyright © 2007, The Geodise Project, University of Southampton