Try to more specific question.What kind of structure can have html?Is it a single tag or maybe a hierarchy of nodes?By what criteria do I need to select "text"?The answer to the current question is: System.Xml.Linq.XElement.Parse("<p>text</p>").Value - Shad
System.Xml.Linq.XElement.Parse("<p>text</p>").Value
- Shad