﻿<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" />

  <xsl:template match="/WCData">
    
        <xsl:for-each select="HTML_Video">
          <div class="ListingDetails_VIDEO">
            <xsl:value-of select="HTML" disable-output-escaping="yes"/>
          </div>
        </xsl:for-each>
    
  </xsl:template>
</xsl:stylesheet>
