I'm trying to use HTML Agility pack to valid HTML entered by users, but it's not working for me. For example the following
htmlDoc.Loadhtml("<div><b>hello</div>")
gives me a htmlDoc.ParseErrors as 0. Why would that be?
htmlDoc.Loadhtml("<div><b>hello</div>")
gives me a htmlDoc.ParseErrors as 0. Why would that be?