Log in

View Full Version : Fill a table from an xml file



Atom
11-13-2011, 06:39 PM
I am looking for an example of how to fill an html table from an xml file. I wish to generate data for the table on my local machine which will then be uploaded and displayed on a web page.

Thanks for your help.

PC Rider
11-16-2011, 06:46 PM
Can you give more details?
What is the XML containing?

There are several ways to do it, look for instance here (http://www.w3schools.com/xml/xml_to_html.asp) or here (http://www.roseindia.net/javascript/javascriptexamples/javascript-xml-parser.shtml)