Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 13, 2017 20:27
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/a31d27e4d787d3b69d55f5cac0ca5565 to your computer and use it in GitHub Desktop.
Save ctbarber/a31d27e4d787d3b69d55f5cac0ca5565 to your computer and use it in GitHub Desktop.
The XSL for table transformation
<!-- begin template match for callout snippet -->
<xsl:template match="table[@class='snippet-callout']" mode="copy">
<div class="callout">
<xsl:apply-templates select="tbody/tr[2]/td[2]/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