Fudley 2 Posted Monday at 01:32 PM I'm looking for an XML library to use on Android. I am used to using NativeXML under Windows, so anything similiar to that would be perfect. Thanks much! Share this post Link to post
Lajos Juhász 295 Posted Monday at 02:20 PM (In theory) you can use the TXMLDocument if you select a cross platform DOM vendor. (https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Using_the_Document_Object_Model) Share this post Link to post
Fudley 2 Posted Monday at 03:54 PM I'm looking at VerySimpleXML - I think I can work with this one. Share this post Link to post
Rollo62 538 Posted Monday at 04:06 PM https://blog.grijjy.com/2020/10/07/an-xml-dom-with-just-8-bytes-per-node/ Share this post Link to post
Fudley 2 Posted 22 hours ago Just to confirm - VerySimpleXML is great. Took about 30 seconds to understand and implement Loadfrom/Saveto streams. Wow. Great job Dennis D. Spreen! Share this post Link to post