diff options
Diffstat (limited to 'src/libjin-lua/scripts/utils/xml.lua')
-rw-r--r-- | src/libjin-lua/scripts/utils/xml.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libjin-lua/scripts/utils/xml.lua b/src/libjin-lua/scripts/utils/xml.lua index e4ff786..8bd6973 100644 --- a/src/libjin-lua/scripts/utils/xml.lua +++ b/src/libjin-lua/scripts/utils/xml.lua @@ -1,24 +1,7 @@ jin.utils = jin.utils or {} ---------------------------------------------------------------------------------- ---------------------------------------------------------------------------------- -- https://github.com/Cluain/Lua-Simple-XML-Parser --- --- xml.lua - XML parser for use with the Corona SDK. --- --- version: 1.2 --- --- CHANGELOG: --- --- 1.2 - Created new structure for returned table --- 1.1 - Fixed base directory issue with the loadFile() function. --- --- NOTE: This is a modified version of Alexander Makeev's Lua-only XML parser --- found here: http://lua-users.org/wiki/LuaXml --- ---------------------------------------------------------------------------------- ---------------------------------------------------------------------------------- local XmlParser = {} |