Sylvain Wallez wrote:
Upayavira wrote:

Jason Dusek wrote:

what is the 'right way' to override the base xslt and all the rest? i
take it that simply rewriting the sitemap is not quite correct, since
it gets overwritten on rebuild. where is the right place for user
overrides to go?



You want to "mount" a new sitemap within the existing one. You can either add a mount entry:

<map:match pattern="**">
  <map:mount src="/path/to/my/app/" uri-prefix=""/>
</map:match>



Note that in the above you can even remove <map:match> as it matches everything ;-)

The irony there is that I was telling someone just that at the GetTogether :-)

I guess old habits die hard :-)

Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to