[Yanel-commits] rev 58502 - public/yanel/trunk/src/webapp/global-resource-configs

michi at wyona.com michi at wyona.com
Fri May 27 14:14:57 CEST 2011


Author: michi
Date: 2011-05-27 14:14:56 +0200 (Fri, 27 May 2011)
New Revision: 58502

Added:
   public/yanel/trunk/src/webapp/global-resource-configs/user-profile_yanel-rc.xml
Log:
make user profiles more dynamic

Added: public/yanel/trunk/src/webapp/global-resource-configs/user-profile_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-profile_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-profile_yanel-rc.xml	2011-05-27 12:14:56 UTC (rev 58502)
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="yanel-user" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="xslt" value="rthtdocs:/yanel-user-profile.xsl"/>
+  <yanel:property name="user" value="lenya"/>
+  <yanel:property name="mime-type" value="text/html"/>
+
+<!--
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+        <xslt>rthtdocs:/yanel-user-profile.xsl</xslt>
+        <mime-type>text/html</mime-type>
+        <serializer key="HTML_TRANSITIONAL"/>
+      </view>
+      <view id="xml">
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
+-->
+</yanel:resource-config>



More information about the Yanel-commits mailing list