You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ov...@apache.org on 2002/09/24 10:52:56 UTC

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/prefs sitemap.xmap

ovidiu      2002/09/24 01:52:56

  Modified:    src/webapp/samples/flow/examples/prefs sitemap.xmap
  Log:
  Use the new syntax for defining the control flow scripts and invoking it.
  
  Revision  Changes    Path
  1.2       +6 -6      xml-cocoon2/src/webapp/samples/flow/examples/prefs/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/flow/examples/prefs/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap	6 Sep 2002 00:02:16 -0000	1.1
  +++ sitemap.xmap	24 Sep 2002 08:52:56 -0000	1.2
  @@ -8,20 +8,20 @@
       <map:readers default="resource"/>
       <map:serializers default="html"/>
       <map:matchers default="wildcard"/>
  -    <map:flow-interpreters default="JavaScript"/>
     </map:components>
   
  -  <map:resources>
  -    <map:resource name="flow">
  +  <!-- Sitemap for handling the calculator control flow. The parent sitemap
  +  (defined in ../..) handles the HTML page generation -->
  +
  +  <map:flow name="flow">
         <map:script src="prefs.js"/>
  -    </map:resource>
  -  </map:resources>
  +  </map:flow>
   
     <map:pipelines>
   
       <map:pipeline>
         <map:match pattern="kont/*">
  -        <map:continue with="{1}"/>
  +        <map:call continuation="{1}"/>
         </map:match>
   
         <map:match pattern="">
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org