The XMLToolbox brings support for loading/saving XML files within GNU Octave. Two different formats are supported, the loading/saving of generic XML and a format compatible to the GEODISE XMLToolbox (http://www.geodise.org).
Categories
MathematicsLicense
GNU General Public License version 2.0 (GPLv2)Follow Octave XMLToolbox
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
The package will not install because it is missing COPYING, DESCRIPTION, and perhaps other necessary files. The web site is nonexistent.
-
Has anybody tested this routine? If I use the octave> b = xml_load('test_any.xml','any'); octave> rc = xml_save('test_any2.xml', b, 'any'); I find in test_any2.xml <?xml version="1.0" encoding="ISO-8859-1"?> <book> </book> So where is "the book"? - Am I missing something? M.