Leszek Gawron wrote:
Fansi wrote:
Hi all,
I have wrote a pipeline in which there are two consecutives
transformers.
my pipeline is thus:
<map:pipeline match="majirus">
<map:generate src="maj.xml"/>
<map:transform type="xmldb"/>
<map:transform type="csysec"/>
<!-- csysec is my proper transformer -->
<map:serialize/>
</map:pipeline>
During the execution, the second transformer (the one of type csysec)
is skipped.
Should anyone know what is wrong in this pipeline?
An advanced thank you to all of you.
You can use cocoon views to see what you have in the sax stream for each
transformer (see also
http://cocoon.apache.org/2.1/userdocs/concepts/views.html).
The amount of information you privided does not allow any problems to
be detected. The pipeline itself is ok - I can assure you your
transformer is not skipped. What does it do?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]