msva / lua-htmlparser

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

make it work when there's a dot in the attribute selector #30

Closed ljie-PI closed 10 years ago

ljie-PI commented 10 years ago

Hi Wouter,

Thank you for making this htmlparser. But I got a issue when using attribute selector "[src='aaa.jpg']" to select a node. It seems that the dot in the jpg file caused it. So I try to work around this issue.

If you think that my code style is bad, please feel free to change the code. But I really want this feature supported in this library.

Thanks, Rocky

ljie-PI commented 10 years ago

Hi Wouter,

Is there any update on this feature?

Thanks, Rocky

wscherphof commented 10 years ago

Sorry, missed the email while on holiday. Will look into it.