need help here.
here is my XML file.
<kelvin>
<module assignment="1" questionno.="0" >
<question>asd </question>
<choice1>1</choice1>
<choice2>2</choice2>
<choice3>3</choice3>
<choice4>4</choice4>
<correctchoice> Choice 2</correctchoice>
</module>
<module assignment="1" questionno.="1" >
<question>asdas d</question>
<choice1>11</choice1>
<choice2>22</choice2>
<choice3>33</choice3>
<choice4>44</choice4>
<correctchoice> Choice 2</correctchoice>
</module>
<module assignment="1" questionno.="2" >
<question>dsfsd f</question>
<choice1>111</choice1>
<choice2>222</choice2>
<choice3>333</choice3>
<choice4>444</choice4>
<correctchoice> Choice 3</correctchoice>
</module>
</kelvin>
display question at question label.
display Choice1 at choice1 label.
display Choice2 at choice2 label.
i've tried, but my label display everyting in that particular element.
please help me.
Thank You.
here is my XML file.
<kelvin>
<module assignment="1" questionno.="0" >
<question>asd </question>
<choice1>1</choice1>
<choice2>2</choice2>
<choice3>3</choice3>
<choice4>4</choice4>
<correctchoice> Choice 2</correctchoice>
</module>
<module assignment="1" questionno.="1" >
<question>asdas d</question>
<choice1>11</choice1>
<choice2>22</choice2>
<choice3>33</choice3>
<choice4>44</choice4>
<correctchoice> Choice 2</correctchoice>
</module>
<module assignment="1" questionno.="2" >
<question>dsfsd f</question>
<choice1>111</choice1>
<choice2>222</choice2>
<choice3>333</choice3>
<choice4>444</choice4>
<correctchoice> Choice 3</correctchoice>
</module>
</kelvin>
display question at question label.
display Choice1 at choice1 label.
display Choice2 at choice2 label.
i've tried, but my label display everyting in that particular element.
please help me.
Thank You.
Comment