svn commit: r1196074 - /lenya/contributions/2_0_X/modules/lenyaDocWriting/sitemap.xmap

[email protected] Tue, 01 Nov 2011 16:01:59 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Tue Nov  1 16:01:59 2011
New Revision: 1196074

URL: http://svn.apache.org/viewvc?rev=1196074&view=rev
Log:
comment a not still ready example

Modified:
    lenya/contributions/2_0_X/modules/lenyaDocWriting/sitemap.xmap

Modified: lenya/contributions/2_0_X/modules/lenyaDocWriting/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/lenyaDocWriting/sitemap.xmap?rev=1196074&r1=1196073&r2=1196074&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/lenyaDocWriting/sitemap.xmap (original)
+++ lenya/contributions/2_0_X/modules/lenyaDocWriting/sitemap.xmap Tue Nov  1 16:01:59 2011
@@ -57,12 +57,12 @@
 	<map:serialize type="xml" />
       </map:match>
       
-      <!-- create documents to reflect a directory listing -->
+      <!-- @TASK create documents to reflect a directory listing -->
       
-      <map:match pattern="createRoot">
-	<!-- TODO : replace this cocoon call to the classic one -->
+      <!--<map:match pattern="createRoot">-->
+	<!-- TODO : replace this cocoon call to the classic (directory listing) one -->
 	<!-- BUGGY to remember <map:generate src="cocoon:/getDirectoryListing"/>	-->
-	<map:transform src="xslt/import/dir2lenyaDocTransformer.xsl">
+	<!--<map:transform src="xslt/import/dir2lenyaDocTransformer.xsl">
 	  <map:parameter name="basePath" value="{request-param:basePath}"/>
 	  <map:parameter name="pubName" value="gasoil"/>
 	  <map:parameter name="pubPath" value="/enovRepository"/>
@@ -71,7 +71,7 @@
 	<map:transform type="lenyadoc-writing"/>
 
 	<map:serialize type="xml"/>
-      </map:match>
+      </map:match>-->
       
       <!-- @TASK : a pipeline that create a document and a children of this 
 	   document -->