Hi all,
I have the following problem:
I want to readout an XML file of wich the structure is as follows:
<?xml version="1.0"?>
<Questions>
<Question id="1">
<q>1+1</q>
<a>2</a>
</Question>
</Questions>
The purpose is that all the texts of all the q elements must be written in a textfield and all the a elements must be written in an other textfield. I have tried many non succesfull ways, so I hope you can help me.
Preceding thanks for your help,
Bas de Kwant