DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Nested actions in action-sets do not execute ------- Additional Comments From [EMAIL PROTECTED] 2003-06-16 18:15 ------- > was this intentionally handled in the compiled sitemap, Yes. See sitemap.xsl, line 1121: <xsl:apply-templates select="*[namespace-uri()=$ns and local-name() != 'parameter']" mode="set"/> > or did it just accidentally work? I'm trying to get at whether this was > an "officially supported" feature and needs to be handled for > backwards compatibility. I guess so because there is even the whole demo webapp implemented around this feature. See cocoon-2.0\src\webapp\tutorial\sitemap.xmap and cocoon-2.0\src\webapp\mount\databases\tutorial\sitemap.xmap. If somebody followed this demo webapp -- they would have this feature used.