Subject:populating tables/lists in html Author:Saj Yaqub Date:12 May 2006 07:15 AM
Hi
Hopefully this is a quick and easy one, I haven't found any good links on the web...
I want to use xml to populate my table/list data in a html page. So just specific sections of the html page....Dont wanna generate a new html page from xml.
Does anyone know of any good links etc where I can find this out please?
Subject:populating tables/lists in html Author:Saj Yaqub Date:15 May 2006 06:01 AM
Hi
thanks for your replies...
specifically this is what I want to do:
Got 2 html pages, one with a table of events that people can register for. Once they click on 'register', they will be re-directed to the 2nd html page that has a form. In the form is a drop-down list that also contains a list of the same evensts.
When I want to update these events, I have to update the table and the list.
I was hoping to use xml to save me time so that both will be automatically populated.
Once I create the xml file containing all the data for the 'events', is there a way to use that to populate these two html pages. Specifically just the table and the list will be updated.