Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 24, 2017 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctbarber/61f3ac31852c08fc7ac0dc00fe5b2bc9 to your computer and use it in GitHub Desktop.
Save ctbarber/61f3ac31852c08fc7ac0dc00fe5b2bc9 to your computer and use it in GitHub Desktop.
<!-- begin template match for callout snippet -->
<xsl:template match="table[@class='snippet-align-center']" mode="copy">
<div class="text-center">
<xsl:apply-templates select="tbody/tr[3]/td/node()" mode="copy"/>
</div>
</xsl:template>
<!-- end template match for callout snippet -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment