ovidiu 02/03/29 21:39:03 Modified: src/scratchpad/schecoon/webapp sitemap.xmap Log: Define pipeline for the HTML files of the calc example. Revision Changes Path 1.12 +5 -0 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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sitemap.xmap 25 Mar 2002 07:44:56 -0000 1.11 +++ sitemap.xmap 30 Mar 2002 05:39:02 -0000 1.12 @@ -43,6 +43,11 @@ <map:call function="calculator"/> </map:match> + <map:match pattern="calc/*.html"> + <map:generate src="examples/calc/{1}.xsp" type="serverpages"/> + <map:serialize/> + </map:match> + <!-- Simple pipeline which has the pipeline definition inline. --> <map:match pattern="documentation/*.html"> <map:generate src="docs/{1}.xml" type="file"/>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]