James-LG / Skyscraper

Rust library for scraping HTML using XPath expressions
MIT License
31 stars 4 forks source link

fix(html): Improve triangle bracket handling in text tokenizer #10

Closed James-LG closed 2 years ago

James-LG commented 2 years ago

Script tags require special handling of triangle brackets to allow them to be used as comparison operators in JS.

Closes #9