manoelcampos / xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
MIT License
289 stars 74 forks source link

Parsing an element with just spaces inside parsed as empty table #83

Open hexarobi opened 2 years ago

hexarobi commented 2 years ago

Parsing element <NumberPlateText> </NumberPlateText> becomes NumberPlateText = {} but expected NumberPlateText = " "

Crazyokd commented 1 month ago

try to use <NumberPlateText>&#32;</NumberPlateText>