I would like to get the value of a tag in an xml file, the problem is
that, his structure is not <item>value</item> but is:
<Cube>
- <Cube time="somevalue ">
<Cube rate="the value i want to get" />
<Cube rate="the value i want to get" />
<Cube rate="the value i want to get" />
and so on.....
So, i have two questions, how do i get the values of the 3rd "<Cube>"
when it is inside the tags and not ouside? and how do I choose the
right one, having three of them?
Thank you,
Stefano
that, his structure is not <item>value</item> but is:
<Cube>
- <Cube time="somevalue ">
<Cube rate="the value i want to get" />
<Cube rate="the value i want to get" />
<Cube rate="the value i want to get" />
and so on.....
So, i have two questions, how do i get the values of the 3rd "<Cube>"
when it is inside the tags and not ouside? and how do I choose the
right one, having three of them?
Thank you,
Stefano
Comment