Ignore:
Timestamp:
Oct 8, 2014, 9:10:00 PM (10 years ago)
Author:
sommeria
Message:

xmltree_updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/@xmltree/Contents.m

    r723 r821  
    11% XMLTree: XML Toolbox for Matlab.
    2 % Version 1.0  12-Apr-2002
     2% Version 1.2  17-Nov-2004
    33%
    44% XML file I/O.
     
    2727%
    2828% Graphical user interface methods (work in progress).
     29%   editor      - Reimplementation of <view> for Matlab 6+
    2930%   view        - Graphical display of a tree.
    3031%   view_ui     - Useful function for view method.
     
    3839%   xml_findstr - Find one string within another (mexfile)
    3940%
     41% Conversions Matlab <=> XML
     42%   loadxml     -
     43%   savexml     -
     44%   mat2xml     -
     45%   xml2mat     -
     46%   struct2xml  -
     47%
    4048% Demos.
    4149%   xmldemo1    - Create an XML tree from scratch and save it.
     
    4351%   xmldemo3    - Read an XML file, modify some fields and save it.
    4452
    45 % Copyright 2002 Guillaume Flandin - INRIA Sophia Antipolis
    46 % $Revision: 1.0 $
     53% Copyright 2002-2004 Guillaume Flandin <Guillaume@artefact.tk>
     54% $Revision: 1.2 $
Note: See TracChangeset for help on using the changeset viewer.