|
|
| File Information |
| Description |
The XML Toolbox converts MATLAB data structures of any level of nesting into an XML string. It also reads most types of XML strings/files and converts these into a Matlab structure.
Six simple functions are provided for this task:
xml_format()
xml_formatany()
xml_parse()
xml_parseany()
xml_load()
xml_save()
and help in xml_help.
This toolbox comes with an extensive pdf manual (35 pages).
Structures like this
>> project.name = 'MyProject';
>> project.id = 1234;
>> project.param.a = 3.1415;
>> project.param.b = 42;
can easily be converted with a command like str=xml_format(project,'off') to
result in:
<project>
..<name>MyProject</name>
..<id>1234</id>
..<param>
....<a>3.1415</a>
....<b>42</b>
..</param>
</project> |
| Acknowledgements |
This submission has inspired the following:
generateXML, Gait Extract Toolbox
|
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
Tested under Matlab 6.5 (R13) and 7.0.1 (R14SP1). This is XML Toolbox Version 3.1.2. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (57) |
| 15 Sep 2004 |
Stefan Zimmerman
|
|
|
| 22 Oct 2004 |
Benjamin Davis
|
|
|
| 03 Nov 2004 |
Wilson Cheung
|
|
|
| 27 May 2005 |
Ken Doniger
|
|
|
| 11 Jun 2005 |
lywhus lywhus
|
|
|
| 16 Jun 2005 |
Concern Reviewer
|
|
|
| 26 Jul 2005 |
Jose Andrickson
|
|
|
| 24 Aug 2005 |
Concern Matlab User
|
|
|
| 04 Oct 2005 |
Knoll Gernot
|
|
|
| 14 Feb 2006 |
Jaroslaw Tuszynski
|
|
|
| 15 Mar 2006 |
A. Belani
|
|
|
| 31 May 2006 |
Randy Bithell
|
|
|
| 19 Nov 2006 |
Peter Cotton
|
|
|
| 15 Dec 2006 |
Jaakko R
|
|
|
| 08 Mar 2007 |
Almon Ing
|
|
|
| 02 Apr 2007 |
xia tian
|
|
|
| 02 May 2007 |
�ris �lafsdóttir
|
|
|
| 17 Aug 2007 |
K T
|
|
|
| 23 Aug 2007 |
bill law
|
|
|
| 28 Aug 2007 |
Maarten V
|
|
|
| 03 Oct 2007 |
Jose Andrickson
|
|
|
| 28 Oct 2007 |
tuan hoang minh
|
|
|
| 06 Nov 2007 |
Jeremy Wilcox
|
|
|
| 11 Nov 2007 |
Dil Djumanov
|
|
|
| 11 Jan 2008 |
Gerald Corzo
|
|
|
| 13 Jan 2008 |
BAO BING
|
|
|
| 18 May 2008 |
hill how
|
|
|
| 02 Aug 2008 |
lin chen
|
|
|
| 02 Aug 2008 |
manoj loganathan
|
|
|
| 17 Sep 2008 |
Gerard Sanromà
|
|
|
| 06 Oct 2008 |
Guillaume Jacquenot
|
|
|
| 21 Jan 2009 |
Kyo Sohma
|
|
|
| 21 Jan 2009 |
Kyo Sohma
|
|
|
| 02 Feb 2009 |
Anna Kelbert
|
|
|
| 06 Oct 2009 |
Rick Crawford
|
|
|
| 06 Oct 2009 |
Richard
|
|
|
| 23 Dec 2009 |
Jesse Hopkins
|
|
|
| 02 Feb 2010 |
Thomas Schreiter
|
|
|
| 02 Feb 2010 |
João
|
|
|
| 03 Feb 2010 |
Thomas Schreiter
|
|
|
| 03 Feb 2010 |
Thomas Schreiter
|
|
|
| 01 Apr 2010 |
Neil
|
|
|
| 21 Jun 2010 |
Erfan
|
|
|
| 24 Aug 2010 |
Thomas Marullo
|
|
|
| 24 Sep 2010 |
Marion Douglas
|
|
|
| 01 Oct 2010 |
Marc Molinari
|
|
|
| 28 Oct 2010 |
Navid Samavati
|
|
|
| 01 Nov 2010 |
Bhuvan
|
|
|
| 02 Feb 2011 |
Emil
|
|
|
| 02 Feb 2011 |
Emil
|
|
|
| 14 Mar 2011 |
Andreas K.
|
|
|
| 05 Apr 2011 |
Charles Garfinkle
|
|
|
| 23 Jun 2011 |
Xiaolong
|
|
|
| 23 Jun 2011 |
Xiaolong
|
|
|
| 22 Jul 2011 |
Ad Client
|
|
|
| 24 Jan 2012 |
Joseph Areeda
|
|
|
| 07 Feb 2012 |
Xiaolong
|
|
|
| Updates |
| 13 Jan 2004 |
Removed password for .zip file.
"Please register at the given address." |
| 15 Apr 2005 |
New version available. Does read XML attributes too. |
| 20 Apr 2005 |
manual xml_toolbox.pdf now included. |
| 20 Apr 2005 |
Correction of function names, xml_formatatt to xml_formatany and same for parser. |
|
Contact us at files@mathworks.com