can anyone Show me example to put the XML data in a HTML table Using Prototype Table Sorter Class??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok I at last comes up with the solution hope that will help also for people who need it in future use
so just change the name of the XML At:
xmlhttp.open("GET","[XML File and is path]",false);and then use the Loop
data3as you wanted in my case it was :Because i was taking data about some internet packages and then putting it in the Array/Json notation to send it to the prototype table sorter class so you just have to edit this for your own use and data…!!
for Table Sorting Class of Prototype you can log on to : http://prototools.negko.com/demo/tableorderer/