[Yanel-commits] rev 21996 - public/yanel/trunk/src/realms/test/yanel/rti/use-cases

michi at wyona.com michi at wyona.com
Mon Jan 22 11:57:46 CET 2007


Author: michi
Date: 2007-01-22 11:57:44 +0100 (Mon, 22 Jan 2007)
New Revision: 21996

Added:
   public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rc
Modified:
   public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti
Log:
rti and rc fixed

Added: public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rc	2007-01-22 10:56:18 UTC (rev 21995)
+++ public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rc	2007-01-22 10:57:44 UTC (rev 21996)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="resource-creator" namespace="http://www.wyona.org/yanel/resource/1.0">
+  <yanel:custom-config>
+    <rc:resource-types xmlns:rc="http://www.wyona.org/yanel/resource/resource-creator/1.0"/>
+      <rc:resource-type name="wiki" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+      <rc:resource-type name="xml" namespace="http://www.wyona.org/yanel/resource/1.0">
+        <rc:property name="xslt" value="/xslt/global.xsl"/>
+        <rc:property name="mime-type" value="application/xhtml+xml"/>
+      </rc:resource-type>
+    </rc:resources-types>
+  </yanel:custom-config>
+</yanel:resource-config>

Modified: public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti	2007-01-22 10:56:18 UTC (rev 21995)
+++ public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti	2007-01-22 10:57:44 UTC (rev 21996)
@@ -1,16 +1 @@
 <{http://www.wyona.org/yanel/resource/1.0}resource-creator/>
-
-<?xml version="1.0"?>
-
-<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
-  <yanel:rti name="resource-creator" namespace="http://www.wyona.org/yanel/resource/1.0">
-  <yanel:custom-config>
-    <rc:resource-types xmlns:rc="http://www.wyona.org/yanel/resource/resource-creator/1.0"/>
-      <rc:resource-type name="wiki" namespace="http://www.wyona.org/yanel/resource/1.0"/>
-      <rc:resource-type name="xml" namespace="http://www.wyona.org/yanel/resource/1.0">
-        <rc:property name="xslt" value="/xslt/global.xsl"/>
-        <rc:property name="mime-type" value="application/xhtml+xml"/>
-      </rc:resource-type>
-    </rc:resources-types>
-  </yanel:custom-config>
-</yanel:resource-config>




More information about the Yanel-commits mailing list