Hi Guys, Has anyone tried to parse XML data from an external device in a 5500AC2 using the xml2lua library? I'm trying to figure out how to extract Dallas 1-Wire Temperature Sensor data from an XML data structure returned from the [URL='https://www.embeddeddatasystems.com/OW-SERVER-1-Wire-to-Ethernet-Server-Revision-2_p_152.html']1-Wire Gateway device[/URL] I recently purchased. The gateway scans the 1-wire networks (up to 3) for sensors and then returns the data in a single XML structure, which seems to work well. So far, I have been experimenting with writing Lua code on my MacBook using the ZeroBrane Studio IDE and the xml2lua package, and I am making progress. Now, the challenge is to parse the data in the Lua code of my 5500AC2, but I need to load the xml2lua package somehow, which has multiple files and subfolders, and it's not apparent how to do it. Any suggestions or alternative solutions to the problem of parsing XML data? Regards Alex Shepherd