msva / lua-htmlparser

An HTML parser for lua.
234 stars 44 forks source link

modify content #38

Closed georgkrause closed 7 years ago

georgkrause commented 10 years ago

Is there any way to modify the content of a html node? A function like setText() would be great!

msva commented 9 years ago

Actually, it is not that hard to implement that by yourself, but, let's see. Maybe there will be something like that in the future :)