The <Tcdl> element in the smarttarget_conf.xml file allows you to configure Tridion Content Delivery Language (TCDL) settings. TCDL is Tridion Sites's platform-independent language which Content Delivery transforms into JSP/ASP.NET/REL script code.
Procedure
- In the
<Prefix> subelement, you can specify:
| Element | Description of value |
|---|
<Java> | The prefixes used for the output namespaces of TCDL tags for your Java website |
<DotNet> | The prefixes used for the output namespaces of TCDL tags for your .NET website |
- In the
<Placeholder> subelement, you can specify:
| Element | Description of value |
|---|
<Pattern> | A placeholder pattern to indicate code in TCDL tags that requires processing by Experience Optimization. |
<OutputHandlers> | The TCDL output handler class. |