Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!-- begin template match for callout snippet -->
  2. <xsl:template match="table[@class='snippet-align-center']" mode="copy">
  3. <div class="text-center">
  4. <xsl:apply-templates select="tbody/tr[3]/td/node()" mode="copy"/>
  5. </div>
  6. </xsl:template>
  7. <!-- end template match for callout snippet -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement