|
1 | 1 | <?xml version='1.0'?> |
2 | 2 | <xsl:stylesheetxmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
3 | | -xmlns:exsl="http://exslt.org/common" |
| 3 | +xmlns:exsl="http://exslt.org/common" |
4 | 4 | version='1.0' |
5 | 5 | exclude-result-prefixes="exsl"> |
6 | 6 |
|
|
58 | 58 | <xsl:otherwise> |
59 | 59 | <xsl:choose> |
60 | 60 | <xsl:whentest="refmeta/refentrytitle"> |
61 | | - <xsl:call-templatename="bold"> |
62 | | - <xsl:with-paramname="node"select="refmeta/refentrytitle"/> |
63 | | - <xsl:with-paramname="context"select="."/> |
64 | | - </xsl:call-template> |
| 61 | + <xsl:call-templatename="bold"> |
| 62 | + <xsl:with-paramname="node"select="refmeta/refentrytitle"/> |
| 63 | + <xsl:with-paramname="context"select="."/> |
| 64 | + </xsl:call-template> |
65 | 65 | </xsl:when> |
66 | 66 | <xsl:otherwise> |
67 | | - <xsl:call-templatename="bold"> |
68 | | - <xsl:with-paramname="node"select="refnamediv/refname[1]"/> |
69 | | - <xsl:with-paramname="context"select="."/> |
70 | | - </xsl:call-template> |
| 67 | + <xsl:call-templatename="bold"> |
| 68 | + <xsl:with-paramname="node"select="refnamediv/refname[1]"/> |
| 69 | + <xsl:with-paramname="context"select="."/> |
| 70 | + </xsl:call-template> |
71 | 71 | </xsl:otherwise> |
72 | 72 | </xsl:choose> |
73 | 73 | <xsl:apply-templatesselect="refmeta/manvolnum"/> |
|
143 | 143 | <xsl:with-paramname="message-prolog">Note: </xsl:with-param> |
144 | 144 | <xsl:with-paramname="message-epilog"> (soelim stub)</xsl:with-param> |
145 | 145 | <xsl:with-paramname="content"> |
146 | | - <xsl:choose> |
147 | | - <xsl:whentest="$man.output.in.separate.dir = 0"> |
148 | | -<xsl:value-ofselect="concat('.so man', $section, '/')"/> |
149 | | - </xsl:when> |
150 | | - <xsl:otherwise> |
151 | | -<xsl:value-ofselect="'.so '"/><!-- added case--> |
152 | | - </xsl:otherwise> |
153 | | - </xsl:choose> |
| 146 | + <xsl:choose> |
| 147 | + <xsl:whentest="$man.output.in.separate.dir = 0"> |
| 148 | +<xsl:value-ofselect="concat('.so man', $section, '/')"/> |
| 149 | + </xsl:when> |
| 150 | + <xsl:otherwise> |
| 151 | +<xsl:value-ofselect="'.so '"/><!-- added case--> |
| 152 | + </xsl:otherwise> |
| 153 | + </xsl:choose> |
154 | 154 | <xsl:call-templatename="make.adjusted.man.filename"> |
155 | 155 | <xsl:with-paramname="name"select="$first.refname"/> |
156 | 156 | <xsl:with-paramname="section"select="$section"/> |
|