I have a XML feed loaded in an XElement.
The structure is
Try this
XDocument doc= XDocument.Load("path to xml"); var last=doc.Root.LastNode;