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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]