I want to add an element dynamically to a xml document (depending of a
attribute in the session object).
With C1 it works with XML->XSP->XSLT.
I tried the same in C2:

                        <map:match pattern="**.xml">
                                <map:generate src="{1}.xml"/>
                                <map:transform src="ses/ses_xsp.xsl"/>
                                <map:transform src="xsl/page.xsl"/>
                                <map:serialize/>
                        </map:match>

But in the output the <xsp:logic> part is printed out so that I thing it
isn't parsed. So I tried to set the type of the second transformation to
'xsp' and 'serverpages' without success.

Or should I use aggregation? Depending on my on matcher? Please help.

JOERN_HEID


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

Reply via email to