8000 GitHub - Tieske/xmlua: A user-friendly XML/HTML processing library for Lua based on libxml2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ xmlua Public
forked from clear-code/xmlua

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

License

Notifications You must be signed in to change notification settings

Tieske/xmlua

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.5%
  • Other 0.5%
0