/xmlua

An user-friendly XML/HTML processing library for Lua based on libxml2

Primary LanguageLuaMIT LicenseMIT

README

Name

XMLua

Description

XMLua is a Lua library for processing XML and HTML. It's based on libxml2. It uses LuaJIT's FFI module.

XMLua provides user-friendly API instead of low-level libxml2 API. The user-friendly API is implemented top of low-level libxml2 API.

Dependencies

  • LuaJIT

  • libxml2

Install

See online document.

Usage

See online document.

Authors

License

MIT. See LICENSE for details.