Hi,

Try something like this:

<map:match pattern="url-form-sends-to.xml">
  <map:generate type="stream">
     <map:parameter name="form-name" value="myFormFieldName"/>
  </map:generate>
  <map:transform src="my-xslt.xsl"/>
  <map:serialize type="xml"/>
</map:match>

I think you're looking for the "stream" generator.

Cheers,
Shahriar.


tgarijo wrote:
Hello I am new to cocoon.

I would like to know how to process this.

I get an xml document by post, I want to process in a pineline.

transform with XSL and  with an answer to another xml.

I would be worth the same <match: pattern> for multiple documents than sending to my url?

I could give some examples.

Greetings

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to