XSLT » xsl:value-of » disable-output-escaping="yes" | "no"

The optional disable-output-escaping attribute specifies how special characters should appear in the output string. A yes dictates that special characters should be displayed as is (i.e., a < or >). The default, no, dictates that special characters should NOT be displayed as is (i.e., a < is displayed as <).