You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/09/09 04:22:29 UTC

svn commit: rev 43560 - cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/entities

Author: crossley
Date: Wed Sep  8 19:22:27 2004
New Revision: 43560

Modified:
   cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/entities/sitemap-v06.rng
Log:
Add pass-through attribute to grammar.


Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/entities/sitemap-v06.rng
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/entities/sitemap-v06.rng	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/entities/sitemap-v06.rng	Wed Sep  8 19:22:27 2004
@@ -1401,6 +1401,16 @@
         </choice>
       </attribute>
     </optional>
+    <optional>
+      <attribute name="pass-through" a:defaultValue="false">
+        <choice>
+          <value>true</value>
+          <value>false</value>
+          <value>yes</value>
+          <value>no</value>
+        </choice>
+      </attribute>
+    </optional>    
   </define>
 
   <define name="map.redirect-to">