Subversion Repositories HelenOS-doc

Rev

Rev 79 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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.  
  12. <xsl:template match="subtitle[@style='italic']">
  13.     <xsl:call-template name="inline.italicmonoseq"/>
  14. </xsl:template>
  15.  
  16. </xsl:stylesheet>
  17.