Nicola Ken Barozzi wrote:
Carsten Ziegeler wrote:
Hmm, I just tested latest trunk from SVN and it works for me.
For example our samples:
http://localhost:8888/samples/sources/xsl-cocoon
or the portal work very well and they all use the cocoon:/
protocol.
Can you provide a test-case?
In the base sitemap I put:
<map:pipeline internal-only="false">
<map:match pattern="*.xml">
<map:select type="exists">
<map:when test="subsitemap.xmap">
<map:mount uri-prefix=""
src="subsitemap.xmap"
check-reload="yes"/>
OK, this seems to affirm my results, you mount the sitemap
using an empty URI prefix as well.
-- Andreas