Re: Does Cocoon return the Request Object as XML?

2001-07-17 Thread D. Musicant
Thanks! I'll take a look. Any idea what package the RequestGenerator is in? _ Get your FREE download of MSN Explorer at http://explorer.msn.com - Please check that

Re: Does Cocoon return the Request Object as XML?

2001-07-13 Thread Sergio Carvalho
C2 has a RequestGenerator which produces the current request as an XML document. I don't know about C1, though. On Fri, 13 Jul 2001 02:13:31 -0400, DD [EMAIL PROTECTED] wrote: -- I want to get the Request Object (i.e. what is either POSTed or from GET) as XML. Currently, I am using ASP.Net,

Does Cocoon return the Request Object as XML?

2001-07-12 Thread DD
I want to get the Request Object (i.e. what is either POSTed or from GET) as XML. Currently, I am using ASP.Net, and the request object is returned as a "NameValueCollection" which is similar to a Dictionary object, or a Hashtable. I have to then convert it all into XML myself to then send