No, the problem is the parent have the information I want, the other information from the child I can get separately... This is a small sample of the xml:
<game id="7006122" date="20091208" time="1230">
−
<description>
<category id="SOCMENINTINTU17" order="29500">Int. Friendlies U17</category>
Turkey - France<BR/><span>Under 17's</span>
</description>
<type id="0"/>
−
<alternatives>
<alternative odds="2.40" team="7143">1</alternative>
<alternative odds="3.05" team="7143">X</alternative>
<alternative odds="2.60" team="2100">2</alternative>
</alternatives>
</game>
As you see the description contains the team names and the category contains the league. I only want the teamnames. from the "description" tag. Is this possible?