views:

44

answers:

1

I had a CSV file that I converted to XML. I would like to use this data for a table on my web page. What is the best way to tackle this?

Thanks. Mike

A: 

I would highly suggest using JQuery for this, it makes it pretty painless.

Here is a walkthrough of loading an xml file through an ajax request and adding its contents to an ordered list. You should be able to adapt it pretty easily to append to a table instead of a list.

womp