You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by as...@apache.org on 2003/12/04 17:14:20 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/developing deli.xml

asavory     2003/12/04 08:14:20

  Modified:    src/documentation/xdocs/developing deli.xml
  Log:
  fixing transformer name
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-2.1/src/documentation/xdocs/developing/deli.xml
  
  Index: deli.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/developing/deli.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- deli.xml	12 Oct 2003 13:31:54 -0000	1.3
  +++ deli.xml	4 Dec 2003 16:14:20 -0000	1.4
  @@ -214,7 +214,7 @@
   				<source><![CDATA[
      <map:match pattern="deli.html">
        <map:generate src="docs/samples/hello-page.xml"/>
  -     <map:transform src="stylesheets/deli_test.xsl" type="xslt">
  +     <map:transform src="stylesheets/deli_test.xsl" type="deli">
            <map:parameter name="use-deli" value="true"/>
        </map:transform>
        <map:serialize type="html"/>