mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
An HTML parser for lua.
206f7af3c4
:not(), [att=val], [att!=val], [att|=val], [att*=val], [att~=val], [att^=val], [att$=val] Note that the selection is now returned as a simple Set, breaking the abilty brought in by #8 and #9 tot :select() or () on the selection. Of course, the elements in the returned Set are still ElementNodes that can be selected upon. |
||
---|---|---|
.gitignore | ||
ElementNode.lua | ||
htmlparser.lua | ||
README.md | ||
Set.lua | ||
test.html | ||
test.lua | ||
voidelements.lua |
lua-htmlparser
An HTML parser for lua.