I have html content that I am storing as an XML document (using HTML Agility Pack). I know some XPath, but I am not able to zero into the exact content I need....In my example below, I am trying to extract the "src" and "alt" text from the large image. Th...