In this part, we are reading data from XML file using C# System.XML library/namespace. To grab the child nodes we're using the Nodelist collection and calling SelectNodes method and passing in the Xpath of the child nodes. Then looping thru with ForEach to output the attributes and innertext, the data we're looking for.