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>
Friday, December 12, 2008
DwTemplateTags in XSLT templates
By Sten Hougaard on Friday, December 12, 2008
Etiketter: Dynamic Web CMS, XSL
Subscribe to:
Post Comments (Atom)
1 comment:
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="." /]
Post a Comment