Skip to content

Instantly share code, notes, and snippets.

@johnpuddephatt
Last active August 29, 2015 14:10
Show Gist options
  • Save johnpuddephatt/ab60d5bb487c2f879137 to your computer and use it in GitHub Desktop.
Save johnpuddephatt/ab60d5bb487c2f879137 to your computer and use it in GitHub Desktop.
<data>
<events>
<event-item type="featured">paste your xml hereeeeez</event-item>
<event-item>event-2</event-item>
</events>
</data>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" />
<xsl:template match="/">
<hi>
<xsl:copy-of select="data/events/*" />
</hi>
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment