Skip to content

Instantly share code, notes, and snippets.

@pierrehenri220
Created November 14, 2016 10:04
Show Gist options
  • Select an option

  • Save pierrehenri220/cc91b4c425079d6d3e976f1d43bd2191 to your computer and use it in GitHub Desktop.

Select an option

Save pierrehenri220/cc91b4c425079d6d3e976f1d43bd2191 to your computer and use it in GitHub Desktop.
Doctype Output in XSLT
<xsl:template name="foo_bar">
<xsl:text disable-output-escaping="yes">&lt;!DOCTYPE html&gt;</xsl:text>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment