I want to use one xsl for each pattern, something like this,

            <map:match pattern="pic/index.xml?TG=*">
               <map:generate type="servlet" src="package1.Servlet?TG={1}"/>
               <map:transform src="stylesheets/page/{1}.xsl"/>
                 <map:serialize type="html"/>

             </map:match>
               in the pattern * means something like '101' and i have one xsl archive 
like "101.xsl".
How can i do it ?



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