<map:match pattern="**.xsp">
        <map:act type="lang-select">
        <map:generate type="serverpages" src="{../1}.xsp"/>
        <map:transform type="i18n">
                <map:parameter name="src" value="translations/{../1}_dict.xml"/>
        </map:transform>
        </map:act>
        <map:transform src="simple.xsl"/>
        <map:serialize/>
</map:match>

I cant even change the **.xsp in the match pattern to customise it for each
xsp page (like <map:match patern=simple.xsp>. For example, i have a link
form simple.xsp to demo.xsp. The link works fine, but the style sheet is the
same for both. Any ideas how i can customise these sub-double-digit lines of
code?!!!

Looking forward to your response,
Mohit


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