mbabloapifonica
Results
2
comments of
mbabloapifonica
I have a similar bug: ``` local initstr = [[ item1 item2 ]] xmlParser:parse(initstr) print(initstr) print("===") print(xml2lua.toXml(xmlHandler.root)) ``` so I try to load xml and the convert it back to...
UPD: I found out this problem happening on v.1.5-2 (the latest version that is currently available on `luarocks`) Everything is working correctly on v.1.5-1 version. I'm not sure about v.1.6-1...