Johnson wrote:
I use the default sitemap

    <map:match pattern="*-display-pipeline">
      <!-- pipeline to show the form -->
      <map:generate src="forms/{1}_template.xml"/>
      <map:transform type="forms"/>
      <map:transform type="i18n">
        <map:parameter name="locale" value="{request:locale}"/>
     </map:transform>
no such thing as the *default* sitemap :)


what you should do is to declare JXTemplateGenerator in your sitemap:
<map:generator name="jx" src="org.apache.cocoon.generation.JXTemplateGenerator" label="content" logger="sitemap.generator.jx"/>

and then use it like this:
<map:generate src="forms/{1}_template.xml" type="jx"/>

so you can use all JXTG goodies.

HTH

--
Leszek Gawron                                      [EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to