Uploaded December 2019 | Updated September 2026, 1 week ago
In this tutorial we are going to learn how to extract the value of an attribute from an element of a parsed XML document. We are going to be using the Arduino core running on the ESP32. We will be using the TinyXML-2 library.
Tested on an ESP32 FireBeetle board from DFRobot: dfrobot.com/product-1590.html
Previous introductory tutorial on the library: youtu.be/s2GSkrXLLFI
TinyXML-2 GitHub page: github.com/leethomason/tinyxml2
TinyXML-2 documentation page: leethomason.github.io/tinyxml2/index.html
QueryIntAttribute documentation: leethomason.github.io/tinyxml2/classtinyxml2_1_1_x_m_l_element.html#a8a78bc1187c1c45ad89f2690eab567b1
In this tutorial we are going to learn how to extract the value of an attribute from an element of a parsed XML document. We are going to be using the Arduino core running on the ESP32. We will be using the TinyXML-2 library.
Tested on an ESP32 FireBeetle board from DFRobot: dfrobot.com/product-1590.html
Previous introductory tutorial on the library: youtu.be/s2GSkrXLLFI
TinyXML-2 GitHub page: github.com/leethomason/tinyxml2
TinyXML-2 documentation page: leethomason.github.io/tinyxml2/index.html
QueryIntAttribute documentation: leethomason.github.io/tinyxml2/classtinyxml2_1_1_x_m_l_element.html#a8a78bc1187c1c45ad89f2690eab567b1










