ovidiu 2002/09/05 16:59:29
Modified: src/webapp/samples/flow/examples/calc sitemap.xmap
Log:
No longer pass the prefix to the called functions as is automatically
obtained from the Environment.
Revision Changes Path
1.2 +1 -10 xml-cocoon2/src/webapp/samples/flow/examples/calc/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/flow/examples/calc/sitemap.xmap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.xmap 19 May 2002 19:23:29 -0000 1.1
+++ sitemap.xmap 5 Sep 2002 23:59:29 -0000 1.2
@@ -25,16 +25,7 @@
</map:match>
<map:match pattern="">
- <map:call function="calculator">
- <!-- Don't forget to modify the value of the parameter if
- mounted at a different URI -->
- <map:parameter name="prefix" value="/samples/flow/examples/calc/"/>
- </map:call>
- </map:match>
-
- <map:match pattern="*.html">
- <map:generate src="{1}.xsp" type="serverpages"/>
- <map:serialize/>
+ <map:call function="calculator"/>
</map:match>
</map:pipeline>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]