The <Tcdl> element allows you to configure Tridion Content Delivery Language (TCDL) settings. TCDL is SDL Tridion's platform-independent language which Content Delivery transforms into JSP/ASP.NET/REL script code.
Procedure
- Open the
smarttarget_conf.xml configuration file.
- In the
<Tcdl><Prefix> section, you can specify:
<Prefix><Java>
-
Specify the prefixes used for the output namespaces of TCDL tags for your Java Web site.
<Prefix><DotNet>
-
Specify the prefixes used for the output namespaces of TCDL tags for your .NET Web site.
- In the
<Tcdl><Placeholder> section, you can specify:
<Pattern>
-
Specify the placeholder pattern that indicate code in TCDL tags that require processing by SmartTarget. 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.
- In the
<Tcdl><OutputHandlers> section, you can specify:
<OutputHandlers>
-
Specify the TCDL output handler class.
- Save and close
smarttarget_conf.xml.