Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 13, 2017 20:44
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/aa490c08134c77d8fc9bda30854ea51f to your computer and use it in GitHub Desktop.
Save ctbarber/aa490c08134c77d8fc9bda30854ea51f to your computer and use it in GitHub Desktop.
<!-- begin template match for secondary callout snippet -->
<xsl:template match="table[@class='snippet-callout-secondary']" mode="copy">
<div class="callout secondary">
<xsl:apply-templates select="tbody/tr[2]/td[2]/node()" mode="copy"/>
</div>
</xsl:template>
<!-- end template match for secondary callout snippet -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment