Hi,

if i use the default matcher wildcard the sitemap part below
works fine. But if i change the default matcher from wildcard
to regexp it does not work. Everthing is match equal as 'login'.

Does anyone knows why???

Max

                <map:pipeline>
                        <map:match pattern="login">
                                <map:generate type="serverpages" 
src="login/login.xsp"/>
                                <map:serialize/>
                        </map:match>
                        <map:match pattern="do-login">
                                <map:act set="login">
                                        <map:generate type="serverpages" 
src="login/{login_page}.xsp"/>
                                        <map:transform 
src="stylesheets/page2html.xsl"/>
                                        <map:serialize/>
                                </map:act>
                        </map:match>
                </map:pipeline>


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