Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 79 | bondari | 1 | <?xml version='1.0'?> |
| 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
||
| 3 | |||
| 4 | <!-- |
||
| 5 | Implement inline <code/> tag |
||
| 6 | --> |
||
| 7 | <xsl:template match="code"> |
||
| 8 | <xsl:call-template name="inline.italicmonoseq"/> |
||
| 9 | </xsl:template> |
||
| 10 | |||
| 11 | </xsl:stylesheet> |