I just got asked about this on Patreon. Is there much interest in having a code library that'd handle this in Espruino? Any thoughts about what it might look like?
I could add a (very simple) DOM implementation in JS to allow the XML to be created/interacted with. Realistically XPath isn't going to happen though :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I just got asked about this on Patreon. Is there much interest in having a code library that'd handle this in Espruino? Any thoughts about what it might look like?
I guess realistically this might be the best bet: https://developer.mozilla.org/en-US/docs/Web/Guide/Parsing_and_serializing_XML
I could add a (very simple) DOM implementation in JS to allow the XML to be created/interacted with. Realistically XPath isn't going to happen though :)