Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2010 19:53
Show Gist options
  • Save anonymous/460466 to your computer and use it in GitHub Desktop.
Save anonymous/460466 to your computer and use it in GitHub Desktop.
<xsl:template match="numbered">
<ol>
<xsl:apply-templates/>
</ol>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment