Index: trunk/docs/kernel/configuration.rst
===================================================================
--- trunk/docs/kernel/configuration.rst	(revision 944)
+++ trunk/docs/kernel/configuration.rst	(revision 946)
@@ -98,5 +98,11 @@
    the value field of the inputs data will be filled by the ZOO-Kernel
    or ``protected`` to have only the ``cache_file`` filled.
-
+ * ``handleText``: (Optional) set it to ``true`` to get your Complex data
+   nodes containing text not requiring a single CDATA node. Be aware
+   that in case you use any HTML or XML there, you will then need to
+   rebuild the string to get the original format of the text from your
+   service code. In case you do not add handleText or set its value to
+   true, you will simply need to use the value as it was provided in
+   a single CDATA node provided in the Execute request.
 
 .. warning:: 
