If representation template projecting requires to start CMS-application of particular DDC, but not return DDC source code into the template immediatly it is necessary to use the DDC stream redirection into enveroment variable. Thus a new variable will be created wich will take the DDC code. Futher this variable can be shown once or several times in the template by the SAPI:APPLY element.
DDC stream redirection sysntaxis is as follows:
| <sapi:apply name="ddc.obj1.value" redirect="tempvar" /> … <sapi:apply name="tempvar.value" /> … |

