Click to See Complete Forum and Search --> : Getting for HTML from XML


ajr
November 29th, 2000, 01:20 PM
Hi,

how can I use xml to populate (get data to) HTML forms object ?

I can create a table and use a xml tag in html to generate the lines, one line per record from the xml file.
This populates the table whit records on XML file.

But, how populate a select object, or other objects ?

P.S.: the closest I got was make a javascript to load a xml document and create the options on a select object. I hope there“s a better way to do it.
If some one interested on my sample, just ask for.