XmlDocument doc = new XmlDocument(); doc.AppendChild(开发者_如何学运维doc.CreateElement(\"Foo\"));
I need to get the HTML contents of answer in this bit of XML: <qa> <question>Who are you?</question>