Which is the best HTML tidy pack? Is there any option in HTML agility pack to make HTML webpage tidy
- by Harikrishna
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…