Is there any way to pass parameters to resource from redirect-to point. for
example:

    <map:resources>
        <map:resource name="transf">
            <map:transform src="stylesheets/xsl/{file}.xsl"/>
            <map:serialize/>
        </map:resource>
    </map:resources>

    <map:pipelines>
        <map:pipeline>
            <map:match pattern="home">
                <map:parameter name="file" value="welcome"/> <!-- This
doesn't work -->
                <map:generate src="content/xml/welcome.xml" />
                <map:redirect-to resource="transf"/>
            </map:match>
        </map:pipeline>
    </map:pipelines>

Any ideas?

Alex


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