HTML Entities in XSLT

Hi, I am getting some node properties which have an "&" character, and the XSLT is converting them to HTML entities by default. Is there any way I can avoid this behaviour?


A fragment from the code:

<video>
      <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
      <xsl:value-of select="video"/>
      <xsl:text disable-output-escaping="yes">]]&gt;</xsl:text>
</video>

This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/14889-html-entities-in-xslt