Nilzao
Results
2
comments of
Nilzao
I couldn't reproduce the behavior. Use this lua table to achieve the xml result. ```lua local xml2lua = require("xml2lua") local tagtable = { tag = { tag1 = { [1]...
the trick is ```lua handler = handler:new() ``` edit example3.lua, add these lines at end to see the example: ```lua print("\nUsing New handler instance") handler = handler:new() parser = xml2lua.parser(handler)...