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 to an XSL page or to a database. I want to have the request object already in XML and figured if anyone had done it, cocoon had. Is it?
 
Robert

Reply via email to