ovidiu 02/01/18 16:58:51 Added: src/scratchpad/schecoon/webapp sitemap.xmap Log: Added. Revision Changes Path 1.1 xml-cocoon2/src/scratchpad/schecoon/webapp/sitemap.xmap Index: sitemap.xmap =================================================================== <?xml version="1.0"?> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:pipelines> <map:pipeline> <map:match pattern="documentation/(.*).html"> <map:generate src="docs/{1}.xml" type="file"/> <map:transform src="stylesheets/document2html.xsl"/> <map:serialize/> </map:match> <map:match pattern="sites/images/(.*).gif"> <map:read src="{1}.gif" mime-type="image/gif"/> </map:match> </map:pipeline> </map:pipelines> </map:sitemap>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]