https://github.com/clear-code/xmlua
A user-friendly XML/HTML processing library for Lua based on libxml2
https://github.com/clear-code/xmlua
Last synced: about 1 month ago
JSON representation
A user-friendly XML/HTML processing library for Lua based on libxml2
- Host: GitHub
- URL: https://github.com/clear-code/xmlua
- Owner: clear-code
- License: mit
- Created: 2017-11-21T07:41:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T06:48:23.000Z (7 months ago)
- Last Synced: 2025-11-18T02:12:45.784Z (4 months ago)
- Language: Lua
- Homepage: https://clear-code.github.io/xmlua/
- Size: 1.64 MB
- Stars: 40
- Watchers: 9
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-lua - XMLua - code.com/blog/2017/12/25.html) - An user-friendly XML/HTML processing library for Lua based on libxml2 (Resources / Libraries)
README
# README
## Name
XMLua
## Description
XMLua is a Lua library for processing XML and HTML. It's based on
[libxml2](http://xmlsoft.org/). 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](https://clear-code.github.io/xmlua/install/).
## Usage
See [online document](https://clear-code.github.io/xmlua/tutorial/).
## Authors
* Horimoto Yasuhiro \
* Kouhei Sutou \
## License
MIT. See LICENSE for details.