xsl/common: <strong/> support

This commit is contained in:
Astro 2012-03-18 12:56:39 +01:00
parent f3560b0b45
commit 60dc67d22f
1 changed files with 6 additions and 1 deletions

View File

@ -127,9 +127,14 @@
<xsl:template match="em">
<em>
<xsl:value-of select="."/>
<xsl:apply-templates/>
</em>
</xsl:template>
<xsl:template match="strong">
<strong>
<xsl:apply-templates/>
</strong>
</xsl:template>
<xsl:template match="xhtml:*"
xmlns:xhtml="http://www.w3.org/1999/xhtml">