Created
November 14, 2016 10:04
-
-
Save pierrehenri220/cc91b4c425079d6d3e976f1d43bd2191 to your computer and use it in GitHub Desktop.
Doctype Output in XSLT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xsl:template name="foo_bar"> | |
| <xsl:text disable-output-escaping="yes"><!DOCTYPE html></xsl:text> | |
| </xsl:template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment