|
I tried to modify the XML file that it looks like the following:
<?xml version="1.0"?>
<Match>
<Team Name="Liverpool">
<Goal Scorer="O'Reilly"/>
<Goal Scorer="Smith"/>
<Goal Scorer="O'Reilly"/>
</team>
<Team Name="Real Madrid">
<Goal Scorer="Charles"/>
<Goal Scorer="Humble"/>
<Goal Scorer="Humble"/>
<Goal Scorer="Santana"/>
<Goal Scorer="Humble"/>
<Goal Scorer="O'Reilly"/>
</Team>
</Match>
and how come "O'Reilly" in Real Madrid doesn't get shown in the Real Madrid scoring table? How can you overcome that ?
Many thanks,
Michael.
|