[Yanel-commits] rev 59101 - public/yanel/trunk/src/resources/xml

michi at wyona.com michi at wyona.com
Fri Jul 1 14:53:44 CEST 2011


Author: michi
Date: 2011-07-01 14:53:44 +0200 (Fri, 01 Jul 2011)
New Revision: 59101

Modified:
   public/yanel/trunk/src/resources/xml/resource.xml
Log:
note about loop added

Modified: public/yanel/trunk/src/resources/xml/resource.xml
===================================================================
--- public/yanel/trunk/src/resources/xml/resource.xml	2011-07-01 12:51:38 UTC (rev 59100)
+++ public/yanel/trunk/src/resources/xml/resource.xml	2011-07-01 12:53:44 UTC (rev 59101)
@@ -15,7 +15,7 @@
   <property name="xslt" multiple="true"/> <!-- optional, if not set, the the source XML will be sent as response -->
 
   <!-- "yanel-path" allows to instantiate another resource which provides XML (or retrieve an XML from the content repository of the realm). For example value="/sitetree-en.xml" or value="yanelresource:/hello.xml" or "http://127.0.0.1:8080/yanel/from-scratch-realm/en/index.html?yanel.resource.viewid=sourc" -->
-  <property name="yanel-path"/> <!-- optional, if not set, then a 1:1 resolving will be applied -->
+  <property name="yanel-path"/> <!-- optional, if not set, then a 1:1 resolving will be applied. Please make sure not to introduce loops, e.g. by referencing the resource by itself! -->
   <property name="workflow-schema"/> <!-- optional -->
   <property name="check-comments"/> <!-- optional and default is 'false' -->
   <property name="aggregate-comments"/> <!-- optional and default is 'false' -->



More information about the Yanel-commits mailing list