XPath queries using HtmlAgilityPack fails to select notes with self closing tags
See the question and my original answer on StackOverflowThis is the default behavior. If you want to change it, you need to play with the ElementFlags collection, and for example, just remove INPUT from it, just like I explained for OPTION on a similar question here on SO: XHTML Parsing with HTMLAgilityPack