I need to parse HTML into an xElement. I understand this solution isn't very forgiving for malformed HTML. Which is fine since I want to trap to invalid HTML anyways. However, I don't want the XElement.Parse() method to fail whenever I run into an HTML entity. I need to parse HTML into an xElement. I unders