Fudley 3 Posted December 16, 2024 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 297 Posted December 16, 2024 (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 3 Posted December 16, 2024 I'm looking at VerySimpleXML - I think I can work with this one. Share this post Link to post
Rollo62 539 Posted December 16, 2024 https://blog.grijjy.com/2020/10/07/an-xml-dom-with-just-8-bytes-per-node/ Share this post Link to post
Fudley 3 Posted December 17, 2024 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