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

Sylvain

--
Sylvain Wallez                        Anyware Technologies
http://people.apache.org/~sylvain     http://www.anyware-tech.com
Apache Software Foundation Member     Research & Technology Director


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

Reply via email to