I\'m reading XML file which contains multiple tables, using C# as follows;
DataSet lstNode = new DataSet(); lstNode.ReadXml(yourPath ); table = lstNode.Tables