Friday, December 12, 2008

DwTemplateTags in XSLT templates

Well, to find out which template tags are availiable when working with XSLT templates in Dynamicweb CMS you need to insert this:

<xsl:text disable-output-escaping="yes"><![CDATA[<!--@DwTemplateTags-->]]></xsl:text>

1 comment:

Sten Hougaard said...

You should use a XSLT based "template tags" - I have used "[]" instead of normal signs in XML due to restrictions in this comments field:
[xsl:copy-of select="." /]