29.11.2013, 03:33
How do I load this value using xml loader/xpath?
250.24 --> 1st
231.15 --> 2nd
784.65 --> 3rd
I have tried
printf("%f", xml_get_float("a/b/c"))
but didnt work
Код:
<a> <b> <c>250.24 231.15 784.65</c> </b> </a>
231.15 --> 2nd
784.65 --> 3rd
I have tried
printf("%f", xml_get_float("a/b/c"))
but didnt work