Skip to content

Instantly share code, notes, and snippets.

@estan
Created November 7, 2015 11:10
Show Gist options
  • Save estan/87d0a0ead15b0e0036e6 to your computer and use it in GitHub Desktop.
Save estan/87d0a0ead15b0e0036e6 to your computer and use it in GitHub Desktop.
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/ELECTION/MUNICIPALITY/CONSTITUENCY_MUNICIPALITY/ELECTORAL">
<p><xsl:value-of select="@NAME"/></p>
</xsl:template>
<!-- Suppress unmatched input -->
<xsl:template match="text()"/>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment