fill html forms w/ XML data
fill html forms w/ XML data
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- snarlen0
You could parse the xml on the server, then store the results in a server side array, and use that array to populate whatever html forms you have.