RE: post data in XML format

2002-09-30 Thread JohnsBrn

I haven't worked with 2.1, but in 2.03, you can use the stream generator to capture 
form data and use it in a cocoon pipeline. The form-name parameter specifies the form 
input tag that contains your xml data.
b

Cocoon User [EMAIL PROTECTED] wrote:


think about how POST work. with POST we can send data (single values) from
a form to server over HTTP

is it possible to send data from a client (IE) using a form(or anything
else) in XML format

and how can cocoon recieve this xml stuctured data and handle them (create
the .xml file local or parse this file in memory)


any suggestion about the technologies i have to look ?




thank
i dont know if this is the right list

kounis stavros





-
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]



__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.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]




post data in XML format

2002-09-28 Thread Cocoon User


think about how POST work. with POST we can send data (single values) from
a form to server over HTTP

is it possible to send data from a client (IE) using a form(or anything
else) in XML format

and how can cocoon recieve this xml stuctured data and handle them (create
the .xml file local or parse this file in memory)


any suggestion about the technologies i have to look ?




thank
i dont know if this is the right list

kounis stavros





-
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]




Re: post data in XML format

2002-09-28 Thread Antonio Gallardo Rivera

El Sábado, 28 de Septiembre de 2002 01:57, Cocoon User escribió:
 think about how POST work. with POST we can send data (single values) from
 a form to server over HTTP

 is it possible to send data from a client (IE) using a form(or anything
 else) in XML format

In 2.1-CVS There is XMLForm for form handling and webservices.

Antonio Gallardo

 and how can cocoon recieve this xml stuctured data and handle them (create
 the .xml file local or parse this file in memory)

webservices.


 any suggestion about the technologies i have to look ?




 thank
 i dont know if this is the right list

 kounis stavros





 -
 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]

-
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]




post data in XML format

2002-09-28 Thread Geoff Howard

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]