Skip to content

Instantly share code, notes, and snippets.

@perses76
Created March 7, 2016 10:00
Show Gist options
  • Select an option

  • Save perses76/64a7ce8d029a0fb7955d to your computer and use it in GitHub Desktop.

Select an option

Save perses76/64a7ce8d029a0fb7955d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="root">
<root>HEY!!!</root>
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment