You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2004/09/07 18:25:48 UTC

svn commit: rev 43479 - cocoon/trunk/src/webapp/WEB-INF/entities

Author: nicolaken
Date: Tue Sep  7 09:25:47 2004
New Revision: 43479

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

Modified: cocoon/trunk/src/webapp/WEB-INF/entities/sitemap-v06.rng
==============================================================================
--- cocoon/trunk/src/webapp/WEB-INF/entities/sitemap-v06.rng	(original)
+++ cocoon/trunk/src/webapp/WEB-INF/entities/sitemap-v06.rng	Tue Sep  7 09:25:47 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">