clear-code / xmlua

A user-friendly XML/HTML processing library for Lua based on libxml2
https://clear-code.github.io/xmlua/
MIT License
39 stars 10 forks source link

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

Install

See online document.

Usage

See online document.

Authors

License

MIT. See LICENSE for details.