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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.