Hi,
I currently have a program that finds and edits HTML files based on finding a tag with a matching id.
I would like to extend it to find a tag that has matching InnerHtml (disregarding capitalization and whitespace)
What is a good way to use Html Agility to do this? I would like to do it using Html Agility because the rest of the program is using it.
Thanks.