<map:match pattern="menuAdmin">
            <map:generate src="" type="serverpages"/>
            <map:transform src=""/>
            <map:serialize type="html"/>
    </map:match>
 
This is a standard matchers in cocoon sitemap.
 
How can I use more than one generator like this?
 
    <map:match pattern="menuAdmin">
            <map:generate src="" type="serverpages"/>
            <map:generate src="" type="serverpages"/>
            <map:transform src=""/>
            <map:serialize type="html"/>
    </map:match>
 
The XSP added is used in database query for example.
 
How can I achieve this? (withouth programming?)
 
Thankyou

Reply via email to