Subversion Repositories HelenOS-doc

Rev

Go to most recent revision | 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. </xsl:stylesheet>
  12.