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

michi at wyona.com michi at wyona.com
Sat Apr 12 22:50:29 CEST 2008


Author: michi
Date: 2008-04-12 22:50:28 +0200 (Sat, 12 Apr 2008)
New Revision: 35288

Added:
   public/yanel/trunk/src/webapp/global-resource-configs/404_yanel-rc.xml
Log:
404 resource config added

Added: public/yanel/trunk/src/webapp/global-resource-configs/404_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/404_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/webapp/global-resource-configs/404_yanel-rc.xml	2008-04-12 20:50:28 UTC (rev 35288)
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="404" 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>rthtdocs:/404.xsl</xslt>
+        <mime-type>application/xhtml+xml</mime-type>
+<!--
+        <mime-type>application/xml</mime-type>
+-->
+      </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