Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello I have this xml

HTML
<scores sport="soccer">
<category name="Spain: Primera Division" id="1399" file_group="spain">
<matches date="Dec 18" formatted_date="18.12.2011">
<match status="FT" date="Dec 18" formatted_date="18.12.2011" time="20:30" fix_id="865721" id="865721">
<localteam name="Valencia" goals="2" id="16261"/>
<visitorteam name="Malaga" goals="0" id="16050"/>
<events>
<event type="yellowcard" minute="31" team="localteam" player="Banega" result="" playerId="20356" eventid="8657211"/>
<event type="goal" minute="36" team="localteam" player="Soldado" result="[1 - 0]" playerId="3967" eventid="8657212"/>
<event type="yellowcard" minute="39" team="localteam" player="Albelda" result="" playerId="327" eventid="8657213"/>
<event type="yellowcard" minute="43" team="visitorteam" player="Mathijsen" result="" playerId="21" eventid="8657214"/>
<event type="yellowcard" minute="59" team="localteam" player="Miguel" result="" playerId="375" eventid="8657215"/>
<event type="goal" minute="61" team="localteam" player="Soldado" result="[2 - 0]" playerId="3967" eventid="8657216"/>
<event type="yellowcard" minute="72" team="visitorteam" player="Demichelis" result="" playerId="2046" eventid="8657217"/>
<event type="yellowcard" minute="87" team="localteam" player="Hernandez" result="" playerId="58781" eventid="8657218"/>
</events>
<ht score="[1-0]"/>
</match>
</match>
</matches>
</category>
</scores>


The Full link is www.koorabet.com/spain.xml
I need to connect and show this xml data in listview using asp.net c#

I am connecting and having only the line
<category name="Spain: Primera Division" id="1399" file_group="spain">

using <%#xPath%> and <%#Eval%>

But I can't have the data in the line.

HTML
<matches date="Dec 18" formatted_date="18.12.2011">
<match status="FT" date="Dec 18" formatted_date="18.12.2011" time="20:30" fix_id="865721" id="865721">
<localteam name="Valencia" goals="2" id="16261"/>
<visitorteam name="Malaga" goals="0" id="16050"/>
<events>
<event type="yellowcard" minute="31" team="localteam" player="Banega" result="" playerId="20356" eventid="8657211"/>
<event type="goal" minute="36" team="localteam" player="Soldado" result="[1 - 0]" playerId="3967" eventid="8657212"/>
<event type="yellowcard" minute="39" team="localteam" player="Albelda" result="" playerId="327" eventid="8657213"/>
<event type="yellowcard" minute="43" team="visitorteam" player="Mathijsen" result="" playerId="21" eventid="8657214"/>
<event type="yellowcard" minute="59" team="localteam" player="Miguel" result="" playerId="375" eventid="8657215"/>
<event type="goal" minute="61" team="localteam" player="Soldado" result="[2 - 0]" playerId="3967" eventid="8657216"/>
<event type="yellowcard" minute="72" team="visitorteam" player="Demichelis" result="" playerId="2046" eventid="8657217"/>
<event type="yellowcard" minute="87" team="localteam" player="Hernandez" result="" playerId="58781" eventid="8657218"/>
</events>
<ht score="[1-0]"/>
</match>


So please I need someone to help me, and I am ready to pay money to have the job completed.

Thank you u can email me [email address removed]
Posted
Updated 6-Jan-12 10:23am
v2
Comments
Nueman 6-Jan-12 16:24pm    
Removed e-mail address and bold HTML tags

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900