loading 1st/2nd/3rd value with xml/xpath
#1

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)