Rev 79 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<!--
Implement inline <code/> tag
-->
<xsl:template match="code">
<xsl:call-template name="inline.italicmonoseq"/>
</xsl:template>
<xsl:template match="subtitle[@style='italic']">
<xsl:call-template name="inline.italicmonoseq"/>
</xsl:template>
</xsl:stylesheet>