public static void Main()
string xml = @"<?xml version=""1.0""?>
<book id=""1"" date=""2012-02-01"">
<title>XML Developer's Guide</title>
An in-depth look at creating applications
<book id=""2"" date=""2013-10-16"">
<author>Mark Colsberg</author>
<title>Dolor sit amet</title>
<description>Lorem ipsum</description>
using (var r = ChoXmlReader.LoadText(xml)
.WithXPath("//catalog/book", true)