tagsoup
tagsoup copied to clipboard
Fork of the TagSoup library by John Cowan
trimquotes() is not able to handle following case where there is only one double quotes in element
Currently, when given the following HTML, ```html title with a tag in it ``` tagsoup creates a DOM tree corresponding to the following: ```html title with a tag in it...
I guess your the new upstream. Any chance for a tag for 1.2.1? Maybe 238da0c ``` git tag 1.2.1 238da0c``` Thanks!
To my surprised I've found an actual issue! We have an HTML file with this DOCTYPE `````` In org.ccil.cowan.tagsoup.Parser.decl, this results in the "systemid" variable being set to a blank...