The other answer you received about using standard
HTML forms is probably the way you should go, but as
to the specific question you asked about generating
xml at the browser, there is a way to do this if your
situation allows you to stay IE only - The
XMLHTTPConnection ActiveXObject.  The following links
should get you started: 

http://jibbering.com/2002/4/httprequest.html
http://www.15seconds.com/issue/991125.htm

Disclaimer: there have been security problems related
to this feature and I haven't followed whether it has
been disabled in default configurations, or also
whether it has been removed from IE 6 generation.

That part was not a cocoon question.

Handling the data once it gets in is.  If you do the
XMLHTTPConnection, you'll get at the data as part of
the request body, most likely in the POST body - this
has been discussed before and you can search the mail
list archives for specific instructions.

HTH, 
Geoff Howard

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to