0.8.8.23:
[sbcl/lichteblau.git] / doc / html_chunk.xsl
blobb6b685dac758532c956bf58b846229bf8fe4b5e5
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
5 <xsl:import href="docbook_chunk.xsl"/>
6 <xsl:param name="use.id.as.filename" select="1"/>
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>
15 </xsl:stylesheet>