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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.