给出以下XML:
<LiveScores>
<Competition id="4915" name="Comp1" type="Union" group="">
<Match id="1678" round="No Round" period="2" periodMinutes="40" matchTime="H2 40:06" previewArticleID="102948" matchReportArticleID="" status="Complete" alternateId="40790106">
<MatchDate startDateLocal="2010-11-27 20:45:00" startDateUTC="2010-11-27 19:45:00" dayName="Sat" shortDate="27-Nov">2010-11-27 20:45:00</MatchDate>
</Match>
...more matches
</Competition>
<Competition id="4916" name="Comp2" type="Union" group="">
<Match id="1678" round="No Round" period="2" periodMinutes="40" matchTime="H2 40:06" previewArticleID="102948" matchReportArticleID="" status="Complete" alternateId="40790106">
<MatchDate startDateLocal="2010-11-27 20:45:00" startDateUTC="2010-11-27 19:45:00" dayName="Sat" shortDate="27-Nov">2010-11-27 20:45:00</MatchDate>
</Match>
...more matches
</Competition>
...more competitions
</LiveScores>
给定指定的竞争ID(例如4915),如何仅返回具有此ID且没有其他竞争节点的竞赛节点?