An HTML parser for lua.
Go to file
Wouter Scherphof 206f7af3c4 closes #6
: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.
2013-03-26 09:57:00 +01:00
.gitignore first draft 2013-03-19 11:37:08 +01:00
ElementNode.lua closes #6 2013-03-26 09:57:00 +01:00
htmlparser.lua Moved some details to a function 2013-03-25 13:55:35 +01:00
README.md rename HP -> hp 2013-03-19 22:36:08 +01:00
Set.lua first draft 2013-03-19 11:37:08 +01:00
test.html closes #6 2013-03-26 09:57:00 +01:00
test.lua closes #6 2013-03-26 09:57:00 +01:00
voidelements.lua first draft 2013-03-19 11:37:08 +01:00

lua-htmlparser

An HTML parser for lua.