Compact Components is a framework for the development of resource intensive applications with a focus on Mixed Reality applications and Robotics. This repository provides the core technology over which CoCo Mixed Reality is based
<component extends="instancename">
<!-- only attribute and content allowed -->
</component>
<component>
<content name="name">
... user defined ...
</content>
</component>
This is a feature that is useful for SRG
1) the content of the tag is sent to the component via an operator (content) passing the name and the value in the XML tag.
2) allows to extend a previously defined component with content tags. Decide if we can replace attributes, probably yes