I have a XML feed loaded in an XElement.
The structure is
var doc = XDocument.Parse(xml); var lastPost = doc.Descendants("post").Last();