[Yanel-commits] rev 49786 - public/yanel/trunk/src/realms/welcome-admin/yanel/rti

michi at wyona.com michi at wyona.com
Sun May 23 12:44:06 CEST 2010


Author: michi
Date: 2010-05-23 12:44:06 +0200 (Sun, 23 May 2010)
New Revision: 49786

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/rti/reload-realms.html.yanel-rc
Log:
mime type fixed

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/rti/reload-realms.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/rti/reload-realms.html.yanel-rc	2010-05-23 10:37:41 UTC (rev 49785)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/rti/reload-realms.html.yanel-rc	2010-05-23 10:44:06 UTC (rev 49786)
@@ -2,4 +2,23 @@
 
 <yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
   <yanel:rti name="reload-realms" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+<!--
+        <xslt>reload-realms.xsl</xslt>
+        <mime-type>text/html</mime-type>
+        <serializer key="HTML_TRANSITIONAL">
+          <indent>no</indent>
+        </serializer>
+-->
+
+        <mime-type>application/xml</mime-type>
+        <serializer key="XML">
+          <indent>no</indent>
+        </serializer>
+      </view>
+    </views>
+  </yanel:custom-config>
 </yanel:resource-config>



More information about the Yanel-commits mailing list