An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.