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
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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.