Last Updated: February 25, 2016
·
1.503K
· travm

Output HTML markup in Symphony CMS

While this may be more of a beginner tip, it could save new users a bit of trial and error when learning XSL and developing in Symphony.

To output the HTML markup from your textareas you must use:

<xsl:copy-of select="element" /> 

Alternatively, to output plain text, use:

<xsl:value-of select="element" />