Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created May 12, 2016 19:41
Show Gist options
  • Save jnbek/949eda1784750862ae4e4d1342c0a9dc to your computer and use it in GitHub Desktop.
Save jnbek/949eda1784750862ae4e4d1342c0a9dc to your computer and use it in GitHub Desktop.
<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" >
<xsl:output omit-xml-declaration="no" method="xml" indent="yes" encoding="UTF-8" />
<xsl:template match = "/icestats" >
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment