Posted By:
Thanigai_Venkatesan
Posted On:
Wednesday, May 16, 2001 02:56 PM
See I have a XML Structure ALL Albania, Lek 2 DZD Algeria, Algerian Dinar 3 AON Angola, New Kwanza 4 AGT Argentina Time 12 ARP Argentina, Peso 5 PNT Arizona Time 6 Like that I want to do for-each from OptionList and want to fetch the CURR value and ZONE value and store it in the javascript array variable individually like if Im reading CURR node means I will move it to curr_arrasy and ZONE node means I will be moving to zone_array, Is that possible which node currently Im parsing Like ZONE O
More>>
See I have a XML Structure
ALL
Albania, Lek
2
DZD
Algeria, Algerian Dinar
3
AON
Angola, New Kwanza
4
AGT
Argentina Time
12
ARP
Argentina, Peso
5
PNT
Arizona Time
6
Like that I want to do for-each from OptionList and want to fetch the CURR value and ZONE value and store it in the javascript array variable individually like if Im reading CURR node means I will move it to curr_arrasy and ZONE node means I will be moving to zone_array, Is that possible which node currently Im parsing Like ZONE OR CURR, so that I can easily move to the corresponding array.
Thanks
Thanigai Arasu
<<Less