crossley 2003/12/17 20:57:49
Modified: src/blocks/portal/samples/coplets/login sitemap.xmap Log: Fix dos2unix line-endings. Revision Changes Path 1.2 +19 -19 cocoon-2.1/src/blocks/portal/samples/coplets/login/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/samples/coplets/login/sitemap.xmap,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sitemap.xmap 17 Dec 2003 15:03:27 -0000 1.1 +++ sitemap.xmap 18 Dec 2003 04:57:49 -0000 1.2 @@ -1,19 +1,19 @@ -<?xml version="1.0"?> - -<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> - -<map:pipelines> - - <map:pipeline> - - <!-- this is a login coplet --> - <map:match pattern="coplet"> - <map:generate src="login.xml"/> - <map:transform src="../../{global:skin}styles/login-html.xsl"/> - <map:serialize type="xml"/> - </map:match> - - </map:pipeline> - -</map:pipelines> -</map:sitemap> +<?xml version="1.0"?> + +<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> + +<map:pipelines> + + <map:pipeline> + + <!-- this is a login coplet --> + <map:match pattern="coplet"> + <map:generate src="login.xml"/> + <map:transform src="../../{global:skin}styles/login-html.xsl"/> + <map:serialize type="xml"/> + </map:match> + + </map:pipeline> + +</map:pipelines> +</map:sitemap>
