[Yanel-commits] rev 45361 - public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data

michi at wyona.com michi at wyona.com
Mon Nov 9 11:23:57 CET 2009


Author: michi
Date: 2009-11-09 11:23:56 +0100 (Mon, 09 Nov 2009)
New Revision: 45361

Modified:
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/english-yanel-rc.xml
Log:
views added

Modified: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/english-yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/english-yanel-rc.xml	2009-11-09 10:23:23 UTC (rev 45360)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/english-yanel-rc.xml	2009-11-09 10:23:56 UTC (rev 45361)
@@ -5,9 +5,24 @@
 
   <yanel:property name="mime-type" value="application/xhtml+xml"/>
 
-  <yanel:property name="xslt" value="/xslt/global.xsl"/>
-  <!-- TODO: Overwrite GA-key -->
-  <!--yanel:property name="xslt" value="yanelhtdocs:/Google-Analytics/GA.xslt"/-->
+  <yanel:property name="workflow-schema" value="/workflow/workflow-with-review.xml"/>
 
-  <yanel:property name="workflow-schema" value="/workflow/workflow-with-review.xml"/>
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+
+        <xslt>/xslt/global.xsl</xslt>
+        <xslt>/xslt/apply-google-analytics.xsl</xslt>
+        <mime-type>text/html</mime-type>
+        <serializer key="HTML_TRANSITIONAL">
+<!--
+          <indent>no</indent>
+-->
+        </serializer>
+      </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