karlwestin / node-gumbo-parser

Parsing HTML in node using google's gumbo parser
MIT License
154 stars 12 forks source link

include gumbo_tag_from_original_text #6

Closed karlwestin closed 11 years ago

karlwestin commented 11 years ago

see https://github.com/tower/server-dom/issues/4

will look into it this weekend

yonatan commented 11 years ago

Did you try @drd's gumbo-node? I switched to using it because I needed original tag values and tokens' start/end offsets. If you're willing to break backwards compatibility you could "borrow" a lot of code from it or maybe even merge the two projects.

karlwestin commented 11 years ago

that's what i plan to do, we've talked about it, jsut didn't get around to it yet ;)