We are using ESP32 IDF 2.1 latest release for my development purpose and we need to store XML file and also parse it. To store XML file, we are going to use SPIFFS which we have verified before as well. But, we ...Read more
We are using ESP32 IDF 2.1 latest release for my development purpose and we need to store XML file and also parse it.
To store XML file, we are going to use SPIFFS which we have verified before as well.
But, we need xml library or parser code to parse it as per project Requirement.
Please let me know link regarding that if anyone has ported and used with well tested before.
Read less
A search of the phrase "embedded xml c" resulted in a few hits. This one appears to have both parser and constructor: http://michaelrsweet.github.io/mxml/
A search of the phrase “embedded xml c” resulted in a few hits. This one appears to have both parser and constructor:
http://michaelrsweet.github.io/mxml/
See less