You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tomek Piechowicz <to...@gmail.com> on 2009/08/22 12:19:33 UTC

Many sitemaps instead of one.

Is it possible to have many smaller sitemaps instead one big file 
sitemap.xmap ?

I`m using c2.2.

Regards,
Tomek Piechowicz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Many sitemaps instead of one.

Posted by Tomek Piechowicz <to...@gmail.com>.
André Davignon pisze:
> Hi,
>
> You can use <map:mount...> to mount sub-sitemaps.
>
> André
>
>> Is it possible to have many smaller sitemaps instead one big file 
>> sitemap.xmap ?
>>
>> I`m using c2.2.
>>
>> Regards,
>> Tomek Piechowicz
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
>> For additional commands, e-mail: users-help@cocoon.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>
<map:pipeline>
          <map:match pattern="**">
              <map:mount check-reload="true" reload-method="synchron" 
src="sitemap_projects.xmap" uri-prefix="" />
          </map:match>
</map:pipeline>

I`ve put above code at the end of my sitemap.xmap, and It works well :).

Thank your for your help.

Regards,
Tomek Piechowicz



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Many sitemaps instead of one.

Posted by André Davignon <an...@free.fr>.
Hi,

You can use <map:mount...> to mount sub-sitemaps.

André

> Is it possible to have many smaller sitemaps instead one big file 
> sitemap.xmap ?
>
> I`m using c2.2.
>
> Regards,
> Tomek Piechowicz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org