Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 445 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 445 Bytes

#lua-xml

lua-xml is a XML library for Lua.

Please read the API at: docs\API.md

#Usage

Prefix:

package.path = package.path .. "PATH TO LUA-XML FOLDER"
local xml = require('lua-xml')

Parse an .xml file:

local document = xml.Load("name.xml")