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

two typographical errors -- "textxml.lua" should be "testxml.lua" #22

Closed Corin-EU closed 5 years ago

Corin-EU commented 5 years ago

In the usage parameter on line 22 of testxml.lua it says "textxml.lua" when it should say "testxml.lua".

      textxml.lua [-print] [-simpletree] [-dom] [-debug] 

In the comments section on line 43 of xmlhandler/tree.lua it says "textxml.lua" when it should say "testxml.lua"

        -- data through 'textxml.lua -simpletree' than to read this)
manoelcampos commented 5 years ago

Thanks for reporting. I've just fixed the issues.