You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/02/11 14:21:12 UTC

svn commit: r505963 - /cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/sitemap.xmap

Author: cziegeler
Date: Sun Feb 11 05:21:11 2007
New Revision: 505963

URL: http://svn.apache.org/viewvc?view=rev&rev=505963
Log:
Fix sitemap

Modified:
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/sitemap.xmap
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/sitemap.xmap?view=diff&rev=505963&r1=505962&r2=505963
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/sitemap.xmap Sun Feb 11 05:21:11 2007
@@ -43,7 +43,7 @@
 
             <map:match pattern="directory.xml">
                 <map:generate type="directory" src=".">
-                    <depth>1</depth>
+                  <map:parameter name="depth" value="1"/>
                 </map:generate>
                 <map:serialize type="xml"/>
             </map:match>