manoelcampos / xml2lua

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

Closes #16: removed uninitialized and global variables in code #17

Closed RussDragon closed 6 years ago

RussDragon commented 6 years ago

Closes #16

It seems that function parseTagType was a bit broken. I commented line with unexisting function (undefined) and also added some tag variables to local scope. Now it should be ok. My test code shows that everything is working fine (on simple examples).

RussDragon commented 6 years ago

Ok, we are ready.