hello i am very new to java script,i have to read XML using java script and display the text nodes as columns in table format,consider the xml
for this xml i want to represent it's data,when user clicks on node efbankmaster,all he text nodes namely pkbankid,vcbankname will become columns of table and it's row will be populated by text nodes values,i tried active widgets,but i didn't get documentation associated with it,plz suggest best possible thing to use .Code:<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <MSCIT> <efbankmaster> <pkBankId><![CDATA[1]]></pkBankId> <vcBankName><![CDATA[Bank of Baroda]]></vcBankName> </efbankmaster> </MSCIT>
regards
puneet vyas


Reply With Quote

Bookmarks