jstedfast / HtmlKit

A cross-platform .NET framework for parsing HTML
Other
81 stars 55 forks source link

Reliability of HtmlTokenizer.LineNumber/LinePosition #13

Closed Jither closed 4 years ago

Jither commented 4 years ago

Not really an issue, but...

Stumbled upon this brilliant library while considering writing a tokenizer myself - in order to even semi-reliably being able to locate the position of an element inside the source HTML, without resorting to e.g. regex. Need it for patching of HTML files (e.g. automatically inserting Githubissues.

  • Githubissues is a development platform for aggregating issues.