Q1) How do I pass the result of XSL transformations to an Action?
<map:match pattern="ProcessOrder">
<map:generate type="file" src="input/message.xml"/>
<map:transform src="input/identity.xsl"/>
<map:act type="load-order" />
<map:serialize/>
</map:match>
In the above scenario, I want to be able to pass the result of
transformation by identity.xsl to load-order action! Is that possible and if
yes how?
Q2) How do I handle a scenario where every xsl:for-each should fire an
action inside a sitemap? I guess a related question also is whether Sitemap
has any construct for loops?
Please do help.
Regards,
Nitin
---------------------------------------------------------------------
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]>