blob: ad58dd1996c5f00b4344725093583a38d7676cc0 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|