Skip to content

Instantly share code, notes, and snippets.

@jilm
Last active August 15, 2017 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jilm/f77f1846cbf28a296589b4db738e6788 to your computer and use it in GitHub Desktop.
Save jilm/f77f1846cbf28a296589b4db738e6788 to your computer and use it in GitHub Desktop.
XSLT template
<?xml version="1.0" encoding="utf-8"?>
<!--
-->
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
>
<xsl:output method="text" encoding="utf-8" />
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment