Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The following page has been changed by GerritGriebel:
http://wiki.apache.org/cocoon/CInclude

------------------------------------------------------------------------------
  
   *  src -- src is required and is a supported URL.  These may be relative or 
direct and may use any cocoon-supported protocol.  
  
-  *  element -- element is optional.  It specifies that CInclude should 
include the entire element and its children. 
+  *  element -- element is optional.  The string is the name of a tag which 
should surround cincluded content.
  
   *  prefix -- prefix is optionally used with the element attribute.  If 
prefix is speficied then the element will be *included* with the defined 
Namespace.
  
   *  ns -- ns is optionally used with the element attribute.  If ns is 
specified then the element will be *selected* with the defined Namespace.  
  
-  *  select -- select is optionally used instead of the element attribute.  If 
select is defined then the elements specified by the [:XLink] formatted string 
will be included. (available in 2.1) 
+  *  select -- If select is defined then the elements specified by the 
[:XLink] formatted string will be included. (available in 2.1) 
  
  === Example of select attribute ===