Here is a sample of the xml File. If I have the id value of 20 which is halfway through the xml file. How do I first search that node out and second find the next (following) value.
<League>
<Id>20</Id>
<Name>Major League Soccer</Name>
<Country>USA</Country>
<Historical_Data>Partial</Historical_Data>
<Fixtures>Yes</Fixtures>
<Livescore>Yes</Livescore>
<NumberOfMatches>135</NumberOfMatches>
<LatestMatch>2013-06-16T04:00:00+02:00</LatestMatch>
</League>
<League>
<Id>33</Id>
<Name>Allsvenskan</Name>
<Country>Sweden</Country>
<Historical_Data>Partial</Historical_Data>
<Fixtures>Yes</Fixtures>
<Livescore>Yes</Livescore>
<NumberOfMatches>88</NumberOfMatches>
<LatestMatch>2013-06-15T16:00:00+02:00</LatestMatch>
</League>