manoelcampos / xml2lua

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

Dom handler fixes #86

Closed doj closed 1 year ago

doj commented 2 years ago

Fix #79

These changes fix the DOM handler:

manoelcampos commented 1 year ago

Since you based your changes on top of the previous PR, there are changes here which were already merged in the previous PR. Please perform a rebase to update your branch.

manoelcampos commented 1 year ago

Thanks for your contribution.