The <Tcdl> element in the smarttarget_conf.xml file allows you to configure Tridion Content Delivery Language (TCDL) settings. TCDL is SDL 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 require processing by Experience Optimization. The pattern is a regular expression matching a section in your code where a replacement string is inserted. By default, the double-hash signs demarcate the string to be replaced. |
<OutputHandlers> | The TCDL output handler class. test |