My xml doc is returned with these two elements that are effecting the query:
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v2.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
<season-schedule id="5ddc217a-a958-4616-9bdf-e081022c440b" year="2013" type="REG">
Since were using xdoc.Descendants("game") I should be able to query the doc even if these elements are included, however I get a null...
The class also includes a "root" reference:
[Serializable]
[XmlRoot("game"), XmlType("game")]
public class Games
{
Manas MohapatraPosted Sep 18, 2015, 12:32 PM
Manas MohapatraPosted Sep 14, 2015, 2:28 PM
Rick FreemanPosted Sep 14, 2015, 1:11 PM
Manas MohapatraPosted Sep 11, 2015, 11:36 AM
Rick FreemanPosted Sep 11, 2015, 10:51 AM
Rick FreemanPosted Sep 3, 2015, 6:16 PM
Manas MohapatraPosted Sep 3, 2015, 12:47 AM