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
sitemap_xsl.diff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]