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

michi at wyona.com michi at wyona.com
Mon Mar 7 11:20:24 CET 2011


Author: michi
Date: 2011-03-07 11:20:24 +0100 (Mon, 07 Mar 2011)
New Revision: 57170

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/rti/session-manager.html.yanel-rc
Log:
session config enhanced

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/rti/session-manager.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/rti/session-manager.html.yanel-rc	2011-03-07 10:18:17 UTC (rev 57169)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/rti/session-manager.html.yanel-rc	2011-03-07 10:20:24 UTC (rev 57170)
@@ -3,9 +3,15 @@
 <yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
   <yanel:rti name="sessionmanager" namespace="http://www.wyona.org/yanel/resource/1.0"/>
 
-  <yanel:property name="mime-type" value="application/xml"/>
-<!--
-  <yanel:property name="mime-type" value="application/xhtml+xml"/>
-  <yanel:property name="xslt" value="/xslt/welcome.xsl"/>
--->
+  <yanel:custom-config>
+    <views>
+      <view id="default" type="xml">
+        <xslt>rthtdocs:/sessionmanager.xsl</xslt>
+        <mime-type>application/xhtml+xml</mime-type>
+      </view>
+      <view id="source" type="xml">
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
 </yanel:resource-config>



More information about the Yanel-commits mailing list