Hi everyone, can I use a nested XML node as a dataprovider for my 
pie chart?

I have the following XML file:

<?xml version='1.0' encoding='UTF- 8' ?>
<data>
<result>
<test001>464< /test001>
<test002>425< /test002>
<test003>26< /test003>
<test004>63< /test004>
<test005>4573< /test005>

<subresult>
<answer>Yes< /answer>
<answers>90< /answers>
</subresult>
<subresult>
<answer>No</ answer>
<answers>10< /answers>
</subresult>

</result>
<result>
<test001>254< /test001>
<test002>346< /test002>
<test003>46< /test003>
<test004>63< /test004>
<test005>453< /test005>
</result>
</data>

I would like to have a pie chart based on the <subresult>.

Thanks. 


Reply via email to