I have following simple XML document, how can I find the country that has the most staff member using LINQ to query XML as below data in ASP.NET 3.5, thanks in advance. staffs.xml ======= Jason US 3823733 Fiona 673733 Terry Japan 3247333 William US 38372944 John US 3746364
Read More...