Publishing content served through a Web service
If your published content is intended to be served through the Content Delivery Web service, transform your TCDL tags at request time rather than at publish time.
Procedure
- If you created any custom TCDL tags (which must take the form of a Java class that extends com.tridion.tcdl.TagRenderer), add their tag definitions to the Storage Layer configuration file, cd_storage_conf.xml.
- Open Content Manager Explorer.
- Open each Component Template that renders content intended for Web service consumption, and set its Output Format property the values REL. REL stands for Render Engine Language.
- In the same Component Template, set the Component Presentations based on this Component Template will be to the value Published as a Dynamic Component.
- Save and close the Component Template.
- Repeat the process for each Component Template.
- Open each of the Publication Targets to which you publish your rendered content, and set its Target Language property to REL.
- Save and close the Publication Target.
- Repeat the process for each Publication Target.