Cyriaque Dupoirieux wrote:
Juan Jose Pablos a écrit :
Cyriaque Dupoirieux wrote:
Hi,
I am looking for the xmap which generates the linkmap.html.
Thank you,
maybe main/webapp/linkmap.xmap is what are you looking for :-)
Okay, I am not used to cocoon pipelines, I tried to do the following :
...
* I changed the following line in the main/webapp/linkmap.xmap :
o <map:pipeline> <map:match
pattern="linkmap*.xml"> <!-- here I added a
star to the pattern to match my new project.start-uri -->
...
And forrest says that there is no pipeline for linkmap_en.html ?
The linkmap.xmap is mounted by the following in sitemap.xmap
<map:match pattern="linkmap.xml">
<map:mount uri-prefix="" src="linkmap.xmap" check-reload="yes" />
</map:match>
Since you have not changed this match as well, the linkmap.xmap is not
being mounted for the linkmap_en.xml request.
Ross