You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/10/26 16:11:42 UTC

svn commit: r588654 - /lenya/trunk/src/modules/sitetree/sitemap.xmap

Author: andreas
Date: Fri Oct 26 07:11:41 2007
New Revision: 588654

URL: http://svn.apache.org/viewvc?rev=588654&view=rev
Log:
Added site element to sitetree proxy transformer configuration. This way, the area nodes also get the correct URL in proxy environments. See bug 43429.

Modified:
    lenya/trunk/src/modules/sitetree/sitemap.xmap

Modified: lenya/trunk/src/modules/sitetree/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/sitemap.xmap?rev=588654&r1=588653&r2=588654&view=diff
==============================================================================
--- lenya/trunk/src/modules/sitetree/sitemap.xmap (original)
+++ lenya/trunk/src/modules/sitetree/sitemap.xmap Fri Oct 26 07:11:41 2007
@@ -41,6 +41,7 @@
       </map:transformer>
       <map:transformer logger="lenya.sitemap.transformer.proxy" name="proxy-sitetree"
           src="org.apache.lenya.cms.cocoon.transformation.ProxyTransformer">
+        <transform namespace="http://apache.org/cocoon/lenya/navigation/1.0" element="site" attribute="href"/>
         <transform namespace="http://apache.org/cocoon/lenya/navigation/1.0" element="node" attribute="href"/>
       </map:transformer>
     </map:transformers>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org