req=context.createSubRequest("active:xinclude");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);
Purpose
The xinclude accessor is used to substitute xinclude declarations in the operand document with the
resource referenced by the xinclude. XInclude is a W3C standard for
incorporating resources into an XML resource.
Xinclude uses the kernel to obtain resources. At present xinclude only supports XML resources.
An optional xml:base attribute can be used to specifiy the URI form which relative
URI's are to be resolved.