Skip to content

Instantly share code, notes, and snippets.

@estan
Last active November 7, 2015 10:30
Show Gist options
  • Save estan/069bd39fd92be1b465a9 to your computer and use it in GitHub Desktop.
Save estan/069bd39fd92be1b465a9 to your computer and use it in GitHub Desktop.
<p>Bengtsfors VM-CM-$stra</p>
<p>Bengtsfors M-CM-^Vstra</p>
<p>Billingsfors</p>
<p>BM-CM-$cke</p>
<p>Dals LM-CM-%ngeds Norra</p>
<p>Dals LM-CM-%ngeds SM-CM-6dra</p>
<p>Gustavsfors-VM-CM-%rvik</p>
<p>Laxarby</p>
<p>Steneby</p>
<p>Torrskog</p>
<p>M-CM-^Drtemark</p>
<p>M-CM-^VdskM-CM-6lt</p>
<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