mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
An HTML parser for lua.
f9b04866b4
Extracting microdata is fairly tedious compared to microformats, due to its generality. Should probably be included as a standard function of the parser, or even better, as a separate module, which then can concern itself with being fully standards compliant. |
||
---|---|---|
.gitignore | ||
ElementNode.lua | ||
htmlparser.lua | ||
README.md | ||
Set.lua | ||
test.html | ||
test.lua | ||
voidelements.lua |
lua-htmlparser
An HTML parser for lua.