diff options
Diffstat (limited to 'bin/licenses/xml.LICENSE')
-rw-r--r-- | bin/licenses/xml.LICENSE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/licenses/xml.LICENSE b/bin/licenses/xml.LICENSE new file mode 100644 index 0000000..ad58dd1 --- /dev/null +++ b/bin/licenses/xml.LICENSE @@ -0,0 +1,11 @@ +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 |