|
Hi
i have a xml file like below
<results>
<data city="ashford" score="0.000424188950726211483643274000000000" totalVotes="25"/>
<data city="Bathgate" score="0.000066365808335545526944518100000000" totalVotes="1"/>
</results>
My question is how do i read this xml file in php and output parameters, town and votes
cheers
|