You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Klaus Bertram <be...@n-bis.de> on 2001/10/25 13:14:15 UTC

[C2.1][PATCH] Adon for sitemap.xsl

Hi all,
here is a patch (adon) for the sitemap.xsl
now it is possible to work with the aggregate like these

<map:act ..> who set the top parameter
<map:aggregate element="test">
  <map:select type="parameter">
    <map:parameter name="parameter-selector-test" value="{top}"/>
    <map:when test="true">
      <map:part src="anySide"/>
    </map:when>
  </map:select>
  <map:part src="otherSide"/>
  ...
</map:aggregate>

I implent the ca param forwarding only for the select part
It is not a better solution to hold the ca value in the
SitemapMarkupLanguage class or a helper class so that also actions and
matchers can be used inside the aggregate?
The intention is do reduce the generation time when 1 or more part
components not neded for the result.

by the way at the last 2 days the sended mail's were ditrubuted after 12
h -(

Klaus