You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/03/22 06:13:02 UTC

cvs commit: xml-forrest/src/resources/conf dtd.xmap forrest.xmap

jefft       2003/03/21 21:13:01

  Modified:    src/resources/conf dtd.xmap forrest.xmap
  Log:
  Cleanups
  
  Revision  Changes    Path
  1.3       +0 -8      xml-forrest/src/resources/conf/dtd.xmap
  
  Index: dtd.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/dtd.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dtd.xmap	17 Mar 2003 14:27:57 -0000	1.2
  +++ dtd.xmap	22 Mar 2003 05:13:01 -0000	1.3
  @@ -26,14 +26,6 @@
           <map:transform src="resources/stylesheets/flat2document.xsl" />
           <map:transform type="idgen" />
           <map:serialize type="xml"/>
  -        <!--
  -        <map:call resource="skinit">
  -          <map:parameter name="type" value="document2html" />
  -          <map:parameter name="isfaq" value="true" />
  -          <map:parameter name="notoc" value="true" />
  -          <map:parameter name="path" value="{1}.dtdx.xml" />
  -        </map:call>
  -        -->
         </map:match>
   
       </map:pipeline>
  
  
  
  1.5       +0 -3      xml-forrest/src/resources/conf/forrest.xmap
  
  Index: forrest.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/forrest.xmap,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forrest.xmap	21 Mar 2003 12:29:48 -0000	1.4
  +++ forrest.xmap	22 Mar 2003 05:13:01 -0000	1.5
  @@ -4,9 +4,6 @@
     <map:components>
       <map:generators default="file">
         <map:generator name="html" src="org.apache.cocoon.generation.HTMLGenerator" label="content" />
  -      <!--
  -      <map:generator name="textparser" src="org.apache.cocoon.generation.TextParserGenerator" label="content" />
  -      -->
       </map:generators>
       <map:serializers default="html"/>
       <map:transformers default="xslt"/>