Hello!
Does anybody know is that possible to make one pipeline to be dependent
on another?
Like I have a 2 frames in result - left frame is processed by one
pipeline and right - by another.
I want to be sure that the 'left' pipeline is executed first, because it
produces some data, used by the 'right' one.
Another possible solution for me would be if a transformer could get as
src result of a pipeline, like:
<map:match pattern="TRANSFORMER">
<map:generate src="data/test.xml" />
<map:transform src="data/markedxsl.xsl" />
<map:serialize type="xml" />
</map:match>
<map:match pattern="xxx">
<map:generate src="data/test.xml" />
<map:transform src="TRANSFORMER" />
<map:serialize type="html" />
</map:match>
My attempts to make it running failed. Do I need additional things
configured?
Thanks!
Best wishes,
Nick
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>