I have made 2 generators and I need to join the data from both.Is it
possible to do something like this? If it is, what's the syntax, if it isn't
is there other solution?

<map:match pattern="test">
  <map:whatever>
    <map:generate type="generator_1" src="">
    <map:generate type="generator_2" src="">
  </map:whatever>
  <map:transform src="html/test.xsl"/>
  <map:serialize/>
</map:match>

Fawzib Rojas


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

Reply via email to