I am using html agility pack to parse html tabular information. Now there is some html content with missing ending tags and from such page because of missing ending tags html agility pack does not parse information properly.So I want to insert ending tags where there are missing ending tags so html agility pack parse information properly. So to insert the missing ending tags what should I do ?Should I do write my own code for that or use html tidy pack to do that ?
If html tidy pack then which is the best html tidy pack,and how to use it any example if possible ? And if my own code than what it can be like ?
Is there any option in html agility pack which can make us able to first make the html page tidy and then parse the webpage.