XML-Data Injector
This document function is needed to define static XML that is passed to a document in the background. This is mainly needed to allow external interfaces to identify templates. The structure of the configuration looks like this:
<Parts>
<Part>
<MyCustomXmlPart1>Part 1</MyCustomXmlPart1>
</Part>
<Part>
<MyCustomXmlPart2>
<CanHostNestedElements>
Sample Content
</CanHostNestedElements>
</MyCustomXmlPart2>
</Part>
</Parts>