Integration templates

MCS provides a number of extension templates that can be used by the author of a binding implementation. These templates are included in a transformation built into MCS which imports the transformation provided by the binding author and is then compiled into a single transformation that is applied to the binding. Integration templates belong in the binding namespace. The namespace prefix is bd and the namespace declaration is http://www.volantis.com/xmlns/2011/07/binding.

MCS provides a number of extension templates that can be used by the author of a binding implementation. These templates are included in a transformation built into MCS which imports the transformation provided by the binding author and is then compiled into a single transformation that is applied to the binding. Integration templates belong in the binding namespace. The namespace prefix is bd and the namespace declaration is http://www.volantis.com/xmlns/2011/07/binding.

Name Purpose
bd:bound

Moves or copies information from a bound element to a result element.

bd:component

This is a shorthand for calling the bd:bound template with the aspects parameter set to 'component'. Refer to the topic entitled bd:bound for more information.

bd:presentational

This is a shorthand for calling the bd:bound template with the aspects parameter set to 'presentational'. Refer to the topic entitled bd:bound for more information.

Related topics