Re: newbie: convert http POST to XML

2002-04-02 Thread KOZLOV Roman
Hi Charles, You can use request generator: Best regards Roman charles gebhard wrote: > greetings, > > i would like to convert a bunch of http POST params into an XML document > (or stream) and pass the XML on to another server. is this something that > cocoon can accomplish? there are

Re: newbie: convert http POST to XML

2002-04-01 Thread KOZLOV Roman
Hi Charles, You can use request generator: Best regards Roman charles gebhard wrote: > greetings, > > i would like to convert a bunch of http POST params into an XML document > (or stream) and pass the XML on to another server. is this something that > cocoon can accomplish? there are

newbie: convert http POST to XML

2002-04-01 Thread charles gebhard
greetings, i would like to convert a bunch of http POST params into an XML document (or stream) and pass the XML on to another server. is this something that cocoon can accomplish? there are many examples of cocoon transforming XML to HTML, but i'm sorta looking at going the opposite direction.