You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/10/23 09:33:09 UTC

svn commit: rev 55360 - incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya

Author: roku
Date: Sat Oct 23 00:33:08 2004
New Revision: 55360

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap
Log:
Saving a doc with 1form editor now uses utf-8.

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap	Sat Oct 23 00:33:08 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: usecase.xmap,v 1.251 2004/08/25 12:33:29 andreas Exp $ -->
+<!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   
@@ -368,7 +368,7 @@
                   <map:parameter name="source" value="pubs/{../1}/content/authoring/{page-envelope:document-path}"/>
                 </map:transform>
                 <map:transform type="write-source">
-                  <map:parameter name="serializer" value="xml"/>
+                  <map:parameter name="serializer" value="xml-utf-8"/>
                 </map:transform>
                 <map:transform src="xslt/authoring/edit/redirect-to.xsl">
               	   <map:parameter name="uri" value="{page-envelope:context-prefix}/{../1}/authoring/{../2}.html?lenya.usecase=checkin&amp;lenya.step=checkin&amp;backup=true"/>

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