Xml and forms
Is it possible to display and edit an
XML document using a form??
[69 byte] By [
Sean] at [2007-11-9 14:55:25]

# 1 Re: Xml and forms
"Sean" <sean_martin@hotmail.com> wrote:
>
>Is it possible to display and edit an
>XML document using a form??
>
Yes, why not!
Render the xml, using the xsl which instead of just displaying the data,
puts it in textboxes <Input..> etc.
On the submit of that form, use xmlhttp to post the xml back to the server,
where an asp listens the xml and saves (or updates) the source xml data file.
Rohit