Reputation: 837
I want build a website that have two "table" to display two lists of data that stored in XML. Category and items(think todo list. one category has more then one item)
I'm not sure how to display the list of data. What kind specific technique should I use? Can I only use HTML and CSS to achieve this(My friend said I have to use javascript).
Upvotes: 0
Views: 378
Reputation: 21
U need to use AJAX for that purpose. AJAX stands for Asynchronous Javascript XML... This will help you to get your XML data loaded on Web Pages
Upvotes: 1