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
Simple, Secure Domain Registration
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
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.