ovidiu 02/04/08 22:37:51
Modified: src/scratchpad/schecoon/webapp sitemap.xmap
Log:
Moved the calculator pipelines at the beginning of sitemap.
Revision Changes Path
1.17 +24 -23 xml-cocoon2/src/scratchpad/schecoon/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/sitemap.xmap,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sitemap.xmap 5 Apr 2002 20:32:38 -0000 1.16
+++ sitemap.xmap 9 Apr 2002 05:37:51 -0000 1.17
@@ -22,7 +22,31 @@
<map:pipelines>
+ <!-- Examples -->
+
+ <map:pipeline>
+ <map:match pattern="calc">
+ <map:redirect-to uri="calc/"/>
+ </map:match>
+
+ <map:match pattern="calc/kont/*">
+ <map:continue with="{1}"/>
+ </map:match>
+
+ <map:match pattern="calc/">
+ <map:call function="calculator" />
+ </map:match>
+ </map:pipeline>
+
+ <map:pipeline internal-only="false">
+ <map:match pattern="calc/*.html">
+ <map:generate src="examples/calc/{1}.xsp" type="serverpages"/>
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+
<!-- Schecoon documentation pipeline -->
+
<map:pipeline>
<map:match pattern="">
@@ -103,29 +127,6 @@
</map:pipeline>
-
- <!-- Examples -->
-
- <map:pipeline>
- <map:match pattern="calc">
- <map:redirect-to uri="calc/"/>
- </map:match>
-
- <map:match pattern="calc/kont/*">
- <map:continue with="{1}"/>
- </map:match>
-
- <map:match pattern="calc/">
- <map:call function="calculator" />
- </map:match>
- </map:pipeline>
-
- <map:pipeline internal-only="false">
- <map:match pattern="calc/*.html">
- <map:generate src="examples/calc/{1}.xsp" type="serverpages"/>
- <map:serialize/>
- </map:match>
- </map:pipeline>
</map:pipelines>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]