10 results for xml2lua

github.com/manoelcampos/java-xml2lua

manoelcampos/java-xml2lua

Java Xml2Lua: command-line tool and library to convert XML to Lua format ☕️?? (⭐ 3)

github.com/SherlockHuang/xml2lua

SherlockHuang/xml2lua

A tool convert a xml file to a lua table. (⭐ 1)

github.com/talklittle/xml2lua

talklittle/xml2lua

Convert Android layout and drawable XMLs to Lua, for use in reddit is fun themes. (⭐ 4)

github.com/manoelcampos/xml2lua

manoelcampos/xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables ?? (⭐ 324)

www.reddit.com/r/lua/comments/1rghmee/xml2lua_gives_me_multiple_root_nodes/

xml2lua gives me multiple root nodes

I'm trying to parse an arbitrary numbers of XML documents for a Neovim plugin with xml2lua (I use a specially packed version but I can reproduce this issue with the package from luarocks too). The fir...