You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/04/07 02:56:18 UTC

svn commit: r160354 - in lenya/branches/BRANCH_1_2_X/src/webapp: lenya/admin.xmap lenya/lucene.xmap sitemap.xmap

Author: gregor
Date: Wed Apr  6 17:56:17 2005
New Revision: 160354

URL: http://svn.apache.org/viewcvs?view=rev&rev=160354
Log:
Removed traces of iso-8859-1 serializers

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/admin.xmap
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/lucene.xmap
    lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/admin.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/admin.xmap?view=diff&r1=160353&r2=160354
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/admin.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/admin.xmap Wed Apr  6 17:56:17 2005
@@ -115,7 +115,7 @@
           <map:parameter name="locale" value="{request:locale}"/>
         </map:transform>
         <map:transform src="xslt/util/strip_namespaces.xsl"/>
-        <map:serialize type="html-iso-8859-1"/>
+        <map:serialize type="html"/>
       </map:match>
            
     </map:pipeline>
@@ -269,7 +269,7 @@
           <map:parameter name="locale" value="{request:locale}"/>
         </map:transform>
         <map:transform src="xslt/util/strip_namespaces.xsl"/>
-        <map:serialize type="html-iso-8859-1"/>
+        <map:serialize type="html"/>
       </map:match>
       
     </map:pipeline>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/lucene.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/lucene.xmap?view=diff&r1=160353&r2=160354
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/lucene.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/lucene.xmap Wed Apr  6 17:56:17 2005
@@ -36,7 +36,7 @@
         <map:parameter name="contextprefix" value="{request:contextPath}"/>
       </map:transform>
       <map:transform src="xslt/util/strip_namespaces.xsl"/>
-      <map:serialize type="html-iso-8859-1"/>
+      <map:serialize type="html"/>
     </map:resource>
 </map:resources>  
 

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap?view=diff&r1=160353&r2=160354
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/sitemap.xmap Wed Apr  6 17:56:17 2005
@@ -152,13 +152,6 @@
       <buffer-size>1024</buffer-size>
     </map:serializer>
 
-    <map:serializer name="html-iso-8859-1" logger="sitemap.serializer.html-iso-8859-1" mime-type="text/html" pool-grow="4" pool-max="32" pool-min="4" src="org.apache.cocoon.serialization.HTMLSerializer">
-      <buffer-size>1024</buffer-size>
-      <doctype-public>-//W3C//DTD HTML 4.01 Transitional//EN</doctype-public>
-      <doctype-system>http://www.w3.org/TR/html4/loose.dtd</doctype-system>
-      <encoding>ISO-8859-1</encoding>
-    </map:serializer>
-
     <map:serializer name="htmlnoi" logger="sitemap.serializer.htmlnoi" mime-type="text/html" pool-grow="4" pool-max="32" pool-min="4" src="org.apache.cocoon.serialization.HTMLSerializer">
       <indent>no</indent>
       <doctype-public>-//W3C//DTD HTML 4.01 Transitional//EN</doctype-public>
@@ -177,12 +170,6 @@
       <encoding>UTF-8</encoding>
     </map:serializer>
 -->
-
-    <map:serializer name="xhtml-iso-8859-1" logger="sitemap.serializer.xhtml-iso-8859-1" mime-type="text/html" pool-grow="2" pool-max="64" pool-min="2" src="org.apache.cocoon.serialization.XMLSerializer">
-      <doctype-public>-//W3C//DTD XHTML 1.0 Strict//EN</doctype-public>
-      <doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</doctype-system>
-      <encoding>ISO-8859-1</encoding>
-    </map:serializer>
 
     <map:serializer name="xml" logger="sitemap.serializer.xml" mime-type="text/xml" src="org.apache.cocoon.serialization.XMLSerializer">
       <encoding>UTF-8</encoding>



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