]> granicus.if.org Git - postgresql/blob - doc/src/sgml/stylesheet-man.xsl
Experimental new support for building man pages via docbook2x, an XSL-based
[postgresql] / doc / src / sgml / stylesheet-man.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 version="1.0">
4
5 <xsl:import href="http://docbook2x.sourceforge.net/latest/xslt/man/docbook.xsl"/>
6
7 <!--
8   Man pages don't really support a third section level, but this
9   makes our man pages work OK and matches the behavior of the sgmlspl
10   style.
11  -->
12 <xsl:template match="refsect3">
13   <xsl:call-template name="SS-section" />
14 </xsl:template>
15
16 </xsl:stylesheet>