You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/04/08 14:37:59 UTC

svn commit: r160548 - lenya/trunk/src/webapp/lenya/admin.xmap

Author: jwkaltz
Date: Fri Apr  8 05:37:59 2005
New Revision: 160548

URL: http://svn.apache.org/viewcvs?view=rev&rev=160548
Log:
[minor change] corrected XML syntax

Modified:
    lenya/trunk/src/webapp/lenya/admin.xmap

Modified: lenya/trunk/src/webapp/lenya/admin.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/admin.xmap?view=diff&r1=160547&r2=160548
==============================================================================
--- lenya/trunk/src/webapp/lenya/admin.xmap (original)
+++ lenya/trunk/src/webapp/lenya/admin.xmap Fri Apr  8 05:37:59 2005
@@ -1,60 +1,59 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<!-- $Id: admin.xmap 158793 2005-03-23 16:12:18Z andreas $ -->
-
-<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
-    <map:resources>
-      <map:resource name="style-cms-page">
-      <map:transform type="i18n">      
-        <map:parameter name="locale" value="{request:locale}"/>
-      </map:transform>    
-      <map:transform src="xslt/admin/page2xhtml.xsl">
-        <map:parameter name="contextprefix" value="{request:contextPath}"/>
-      </map:transform>
-      <map:transform src="xslt/util/strip_namespaces.xsl"/>
-      <map:serialize type="xhtml"/>
-    </map:resource>
-  </map:resources>
-
-  <map:pipelines>
-    <map:pipeline>
-
-      <map:select type="parameter">
-        <map:parameter name="parameter-selector-test" value="{request-param:lenya.usecase}"/>
-        <map:when test="">
-          <map:redirect-to session="true" uri="{request:requestURI}?lenya.usecase=admin.users"/>
-        </map:when>
-      </map:select>
-
-      <map:match type="registered-usecase">
-        <map:mount src="usecases/usecase.xmap" uri-prefix="" check-reload="yes" reload-method="synchron"/>
-      </map:match>
-    </map:pipeline>
-    
-      <map:match pattern="internal/status.html">
-        <map:generate src="status" type="status"/>
-        <map:transform src="fallback://lenya/xslt/admin/status2html.xslt">
-          <map:parameter name="contextPath" value="{request:contextPath}"/>
-        </map:transform>
-        <map:serialize type="html"/>
-      </map:match>
-    </map:pipeline>
-    
-  </map:pipelines>
-</map:sitemap>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2005 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!-- $id: admin.xmap 158793 2005-03-23 16:12:18Z andreas $ -->
+
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+
+    <map:resources>
+      <map:resource name="style-cms-page">
+      <map:transform type="i18n">      
+        <map:parameter name="locale" value="{request:locale}"/>
+      </map:transform>    
+      <map:transform src="xslt/admin/page2xhtml.xsl">
+        <map:parameter name="contextprefix" value="{request:contextPath}"/>
+      </map:transform>
+      <map:transform src="xslt/util/strip_namespaces.xsl"/>
+      <map:serialize type="xhtml"/>
+    </map:resource>
+  </map:resources>
+
+  <map:pipelines>
+    <map:pipeline>
+
+      <map:select type="parameter">
+        <map:parameter name="parameter-selector-test" value="{request-param:lenya.usecase}"/>
+        <map:when test="">
+          <map:redirect-to session="true" uri="{request:requestURI}?lenya.usecase=admin.users"/>
+        </map:when>
+      </map:select>
+
+      <map:match type="registered-usecase">
+        <map:mount src="usecases/usecase.xmap" uri-prefix="" check-reload="yes" reload-method="synchron"/>
+      </map:match>
+    
+      <map:match pattern="internal/status.html">
+        <map:generate src="status" type="status"/>
+        <map:transform src="fallback://lenya/xslt/admin/status2html.xslt">
+          <map:parameter name="contextPath" value="{request:contextPath}"/>
+        </map:transform>
+        <map:serialize type="html"/>
+      </map:match>
+    </map:pipeline>
+    
+  </map:pipelines>
+</map:sitemap>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org