Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 13, 2017 21:08
Show Gist options
  • Save ctbarber/6952cc3e67c7a8356ba0da7b0af24e63 to your computer and use it in GitHub Desktop.
Save ctbarber/6952cc3e67c7a8356ba0da7b0af24e63 to your computer and use it in GitHub Desktop.
<!-- begin template match for half column snippet -->
<xsl:template match="table[@class='snippet-half-column']" mode="copy">
<div class="row small-collapse medium-uncollapse uthsc-snippet-columns">
<div class="medium-6 columns">
<xsl:apply-templates select="tbody/tr[3]/td[1]/node()" mode="copy"/>
</div>
<div class="medium-6 columns">
<xsl:apply-templates select="tbody/tr[3]/td[2]/node()" mode="copy"/>
</div>
</div>
</xsl:template>
<!-- end template match for half column snippet -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment