populating object collection property with Linq
- by Benjamin Ortuzar
I have an XML structure that has many doc nodes, and each node may have zero or more extract paragraphs (paras).
<doc>
<docitem>3</docitem>
<docid>129826</docid>
<doctitle>sample title</doctitle>
<docdatetime>2009-07-03T16:59:00</docdatetime>
…