applying patch from Remko to add template support for sub element

This commit is contained in:
Mike Taylor 2013-11-27 16:33:44 -05:00
parent 496018222b
commit ed95e4662c
1 changed files with 4 additions and 0 deletions

View File

@ -1035,6 +1035,10 @@ OR OTHER DEALINGS IN THE SOFTWARE.
</span>
</xsl:template>
<xsl:template match='sub'>
<sub><xsl:apply-templates/></sub>
</xsl:template>
<xsl:template match='pre'>
<pre><xsl:apply-templates/></pre>
</xsl:template>