as i'm new to XML, so don't have any idea how to get this work.
i did already read a lot of tutorials last 6-7 days.. BUT still confused how to do it..
please don't kill me if something like that have been already discussed.
so what i would like to have..
all nodes in one line in php "echo" but on OutComeSet type (Double Chance, Under/Over Match, Result).. there are much more, but it would be fine if i get this one works..
hope some1 can help me to get this in 3 "echo" lines or to make a working example.
Any help is appreciated.
Thank you in advance and wish you a nice day
Peter
here the XML file:
<?xml version="1.0" encoding="utf-8"?>
<Odds>
<Game id="40000052892" name="MFK Ruzomberok - FC Nitra">
<Sport>Football</Sport>
<Region>Slovakia</Region>
<Season>Corgon Liga</Season>
<BreadCrumbs>Football - Slovakia - Corgon Liga</BreadCrumbs>
<GameStartTime>2011-02-26 15:30:00 CET</GameStartTime>
<BettingEndTime>2011-02-26 15:30:00 CET</BettingEndTime>
<LiveBet>False</LiveBet>
<Participant info="Football Slovakia" role="1" id="40000000812">MFK Ruzomberok</Participant>
<Participant info="Football Slovakia" role="2" id="40000000818">FC Nitra</Participant>
<OutcomeSet type="Double Chance" id="40000342376" name="MFK Ruzomberok - FC Nitra">
<Outcome odds="1.57" id="40007067271" name="X2">
<Participant info="Football Slovakia" id="40000000818">FC Nitra</Participant>
</Outcome>
<Outcome odds="1.25" id="40007067272" name="1X">
<Participant info="Football Slovakia" id="40000000812">MFK Ruzomberok</Participant>
</Outcome>
<Outcome odds="1.26" id="40007067273" name="12"/>
</OutcomeSet>
<OutcomeSet type="Under/Over Match" id="40000342375" name="MFK Ruzomberok - FC Nitra (under/over: 2.5)">
<Outcome odds="2.15" id="40007067269" name="over">
<Participant info="Football Slovakia" id="40000000818">FC Nitra</Participant>
<OptionalValue1>2.5</OptionalValue1>
</Outcome>
<Outcome odds="1.62" id="40007067270" name="under">
<Participant info="Football Slovakia" id="40000000812">MFK Ruzomberok</Participant>
<OptionalValue1>2.5</OptionalValue1>
</Outcome>
</OutcomeSet>
<OutcomeSet type="Result" id="40000342374" name="MFK Ruzomberok - FC Nitra">
<Outcome odds="2.1" id="40007067266" name="1">
<Participant info="Football Slovakia" id="40000000812">MFK Ruzomberok</Participant>
</Outcome>
<Outcome odds="3.1" id="40007067267" name="X"/>
<Outcome odds="3.2" id="40007067268" name="2">
<Participant info="Football Slovakia" id="40000000818">FC Nitra</Participant>
</Outcome>
</OutcomeSet>
</Game>
<!-- AND LOT OF Game LINES HERE -->
</Odds>