You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/06/09 08:23:40 UTC

svn commit: r664631 - /cocoon/whiteboard/corona/trunk/corona-sitemap/src/main/resources/META-INF/cocoon/spring/corona-pipeline-component.xml

Author: reinhard
Date: Sun Jun  8 23:23:40 2008
New Revision: 664631

URL: http://svn.apache.org/viewvc?rev=664631&view=rev
Log:
set the default content type for pipelines that use the XMLSerializer

Modified:
    cocoon/whiteboard/corona/trunk/corona-sitemap/src/main/resources/META-INF/cocoon/spring/corona-pipeline-component.xml

Modified: cocoon/whiteboard/corona/trunk/corona-sitemap/src/main/resources/META-INF/cocoon/spring/corona-pipeline-component.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/corona/trunk/corona-sitemap/src/main/resources/META-INF/cocoon/spring/corona-pipeline-component.xml?rev=664631&r1=664630&r2=664631&view=diff
==============================================================================
--- cocoon/whiteboard/corona/trunk/corona-sitemap/src/main/resources/META-INF/cocoon/spring/corona-pipeline-component.xml (original)
+++ cocoon/whiteboard/corona/trunk/corona-sitemap/src/main/resources/META-INF/cocoon/spring/corona-pipeline-component.xml Sun Jun  8 23:23:40 2008
@@ -38,6 +38,7 @@
   </bean>
 
   <bean name="serializer:xml" class="org.apache.cocoon.corona.pipeline.component.XMLSerializer" scope="prototype">
+    <property name="contentType" value="text/xml" />
     <property name="format">
       <props>
         <prop key="encoding">UTF-8</prop>