node-htmlparser
node-htmlparser copied to clipboard
'>' char used inside attribute value is matched by parser incorrectly as closing whole tag section
Example: <memo if="i>1">...</memo>
for anyone interested - to solve this problem I switched to https://github.com/fb55/htmlparser2 which doesn't have this issue and follows almost the same interface.