LuaCS
LuaCS is a Lua library for parsing CSS Selectors. It's written in pure Lua.
LuaCS provides CSS Selectors to XPath converter. You can use the feature by just calling luacs.to_xpaths
.
XMLua is well integrated with LuaCS. You can search nodes in HTML/XML DOM with CSS Selectors by 'xmlua.Searchable.css_select`.
- LuaJIT
See online document.
See online document.
- Kouhei Sutou <kou@clear-code.com>
MIT. See LICENSE for details.