0.8.13.70: MORE DOCUMENTATION
[sbcl.git] / doc / html_chunk.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 version="1.0">
4
5 <xsl:import href="docbook_chunk.xsl"/>
6 <xsl:param name="use.id.as.filename" select="1"/>
7
8 <!-- Force TT HTML markup for <type> DocBook markup -->
9 <xsl:template match="type">
10 <tt xmlns="http://www.w3.org/1999/xhtml" class="type">
11   <xsl:value-of select="."/>
12 </tt>
13 </xsl:template>
14
15 </xsl:stylesheet>
16