You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2007/10/19 18:35:55 UTC

svn commit: r586523 - /lenya/trunk/src/pubs/default/sitemap.xmap

Author: rfrovarp
Date: Fri Oct 19 09:35:52 2007
New Revision: 586523

URL: http://svn.apache.org/viewvc?rev=586523&view=rev
Log:
Prevent the browser test from logging warnings by just commenting out code to be disabled.

Modified:
    lenya/trunk/src/pubs/default/sitemap.xmap

Modified: lenya/trunk/src/pubs/default/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/sitemap.xmap?rev=586523&r1=586522&r2=586523&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/default/sitemap.xmap Fri Oct 19 09:35:52 2007
@@ -253,9 +253,9 @@
                     <map:generate src="cocoon:/lenyabody-view/{page-envelope:publication-id}/{page-envelope:area}/{page-envelope:document-type}{page-envelope:document-path}"/>
                   </map:otherwise>
                 </map:select>
-          
+                <!-- Uncomment to enable XUL menus under Mozilla 5
                 <map:select type="browser">
-                  <map:when test="mozilla5DISABLED">
+                  <map:when test="mozilla5">
                     <map:select type="parameter">
                       <map:parameter name="parameter-selector-test" value="{../../1}"/>
                       <map:when test="live"/>
@@ -266,6 +266,7 @@
                     <map:serialize type="xml" mime-type="application/vnd.mozilla.xul+xml"/>
                   </map:when>
                   <map:otherwise>
+                -->
                     <map:select type="parameter">
                       <map:parameter name="parameter-selector-test" value="{../../1}"/>
                       <map:when test="live"/>
@@ -310,8 +311,9 @@
                     <!-- the proxy transformer handles proxy-related URL rewriting -->
                     <map:transform type="proxy"/>
                     <map:serialize type="xhtml"/>
+                <!-- Uncomment to enable XUL menus under Mozilla 5
                   </map:otherwise>
-                </map:select>
+                </map:select> -->
               </map:otherwise>
             </map:select>
           </map:act>



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