loading 1st/2nd/3rd value with xml/xpath - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: loading 1st/2nd/3rd value with xml/xpath (
/showthread.php?tid=478311)
loading 1st/2nd/3rd value with xml/xpath -
newbienoob - 29.11.2013
How do I load this value using xml loader/xpath?
Код:
<a>
<b>
<c>250.24 231.15 784.65</c>
</b>
</a>
250.24 --> 1st
231.15 --> 2nd
784.65 --> 3rd
I have tried
printf("%f", xml_get_float("a/b/c"))
but didnt work