[XML] [Débutant] XML , PHP ou autres
Bonjour !
Voici mon fichier XML , je veux savoir comment recuperer la donnee 50 pour l'afficher en page web , soit avec PHP soit avec un autre moyen !
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| <temp xsi:schemaLocation="http://futurs.inria.fr/gemo/axml/ xsd/axml.xsd ">
−
<axml:sc axml:id="mysc" activated="2009-05-17T10:29:24.734+01:00">
<axml:activation status="TERMINATED"/>
−
<axml:return>
<axml:append/>
</axml:return>
−
<axml:ws-soap endpoint="http://localhost:6969/MyPeer/services/TemperatureConverter">
−
<c2fConvertion>
<cValue>10.0</cValue>
</c2fConvertion>
</axml:ws-soap>
</axml:sc>
<ns:return axml:origin="mysc" axml:timestamp="2009-05-16T04:11:48.224Z">50.0</ns:return>
<ns:return axml:origin="mysc"
</temp> |
a l'aiiiiiiide SVP :(