You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2004/03/27 23:42:36 UTC

cvs commit: cocoon-2.1/src/blocks/webdav/samples/davmap sitemap.xmap

unico       2004/03/27 14:42:36

  Modified:    src/blocks/webdav/samples/davmap sitemap.xmap
  Log:
  add directions to get PROPPATCH working
  
  Revision  Changes    Path
  1.17      +5 -0      cocoon-2.1/src/blocks/webdav/samples/davmap/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/webdav/samples/davmap/sitemap.xmap,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- sitemap.xmap	6 Mar 2004 02:26:11 -0000	1.16
  +++ sitemap.xmap	27 Mar 2004 22:42:36 -0000	1.17
  @@ -249,6 +249,11 @@
           </map:call>
         </map:match>
         
  +      <!--+
  +          | In order for proppatch to work you need to uncomment
  +          | the simple jdbc source descriptor in cocoon.xconf
  +          | and then define which properties you want to proppatch.
  +          + -->
         <map:match pattern="PROPPATCH/**">
           <map:generate type="stream" />
           <map:transform src="styles/proppatch2propwrite.xsl">