[Yanel-commits] rev 43090 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs

michi at wyona.com michi at wyona.com
Fri May 29 10:17:31 CEST 2009


Author: michi
Date: 2009-05-29 10:17:31 +0200 (Fri, 29 May 2009)
New Revision: 43090

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc
Log:
add possibility to use another layout

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc	2009-05-29 08:14:02 UTC (rev 43089)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc	2009-05-29 08:17:31 UTC (rev 43090)
@@ -1,8 +1,12 @@
 <?xml version="1.0"?>
 
 <yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <!-- TODO: Create/use a resource which selects the XSLT based on for example a session parameter, such that one can switch dynamically between app1 and app2 -->
   <yanel:rti name="file" namespace="http://www.wyona.org/yanel/resource/1.0"/>
 
   <yanel:property name="src" value="/app/xslt/global.xsl"/>
+<!--
+  <yanel:property name="src" value="/app2/xslt/global.xsl"/>
+-->
   <yanel:property name="mime-type" value="application/xml"/>
 </yanel:resource-config>



More information about the Yanel-commits mailing list