summaryrefslogtreecommitdiff
path: root/docs/manual/style/latex/manualpage.xsl
blob: f5ca57c525d9f75f477e9a3ac719344632d52d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
              xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                  xmlns="http://www.w3.org/1999/xhtml">

<xsl:template match="manualpage">

<xsl:call-template name="section-title"/>

<xsl:apply-templates select="summary"/>

<xsl:call-template name="seealso"/>

<xsl:apply-templates select="section"/>
</xsl:template>

</xsl:stylesheet>