HTML Code:
<user>
<name>
<first>Han</first>
<initial>N</initial>
<last>cane</last>
</name>
<contactNO1>1236</contatctNo1>
<contactNO2> 8956 </contatctNo2>
<contactNO3>1487</contatctNo3>
<address>canada</address>
</user>
Hi can you help me please on this...how can i display each contactno of all the user in separate column who's address ="canada"
the format should like this
Code:
Name cont1 cont2 cont3
han 123 8956 1487
Thank you in advance