Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Forked from anonymous/gist:460466
Created November 15, 2010 22:34
Show Gist options
  • Save eedeebee/701085 to your computer and use it in GitHub Desktop.
Save eedeebee/701085 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