Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > A form in an XML-doc

Reply
Thread Tools

A form in an XML-doc

 
 
Skynet
Guest
Posts: n/a
 
      01-07-2004
Hi,

If I make a form, can the pc (or server) make an XML-document with the
answers?

An example:
There's a form with a field 'name', the user give his name and these become
save in a document ('<name>his name</name>')
How do I this?


Thanks,
JW


 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      01-07-2004


Skynet wrote:

> If I make a form, can the pc (or server) make an XML-document with the
> answers?
>
> An example:
> There's a form with a field 'name', the user give his name and these become
> save in a document ('<name>his name</name>')
> How do I this?


XForms binds form controls to an XML instance document, see
http://www.w3.org/MarkUp/Forms/


As for the server making an XML document, sure, if you have Perl or PHP
or JSP or ASP or similar on the server then you can surely process the
data submitted from a HTML form and create an XML document from it.

--

Martin Honnen
http://JavaScript.FAQTs.com/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to retrieve form field value if form is EncType=multipart/form-dataForm? Li Zhang ASP .Net 4 02-27-2009 01:23 AM
<form>...</form> - how to supress blank space after </form> in IE? rob c Javascript 4 12-30-2005 01:18 PM
vs2005 - Open a child form based on selected record parent form's dgv - how? dbuchanan ASP .Net 2 12-19-2005 10:52 PM
Form in a form - possible ? Adam Benson ASP .Net 3 07-29-2003 09:19 AM
passing arguments from web-form to win-form Mart Rogers ASP .Net 3 07-09-2003 07:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57