|
1 | 1 | <?xml version='1.0'?> |
2 | 2 | <xsl:stylesheet xmlns: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:when test="refmeta/refentrytitle"> |
61 | | - <xsl:call-template name="bold"> |
62 | | - <xsl:with-param name="node" select="refmeta/refentrytitle"/> |
63 | | - <xsl:with-param name="context" select="."/> |
64 | | - </xsl:call-template> |
| 61 | + <xsl:call-template name="bold"> |
| 62 | + <xsl:with-param name="node" select="refmeta/refentrytitle"/> |
| 63 | + <xsl:with-param name="context" select="."/> |
| 64 | + </xsl:call-template> |
65 | 65 | </xsl:when> |
66 | 66 | <xsl:otherwise> |
67 | | - <xsl:call-template name="bold"> |
68 | | - <xsl:with-param name="node" select="refnamediv/refname[1]"/> |
69 | | - <xsl:with-param name="context" select="."/> |
70 | | - </xsl:call-template> |
| 67 | + <xsl:call-template name="bold"> |
| 68 | + <xsl:with-param name="node" select="refnamediv/refname[1]"/> |
| 69 | + <xsl:with-param name="context" select="."/> |
| 70 | + </xsl:call-template> |
71 | 71 | </xsl:otherwise> |
72 | 72 | </xsl:choose> |
73 | 73 | <xsl:apply-templates select="refmeta/manvolnum"/> |
|
143 | 143 | <xsl:with-param name="message-prolog">Note: </xsl:with-param> |
144 | 144 | <xsl:with-param name="message-epilog"> (soelim stub)</xsl:with-param> |
145 | 145 | <xsl:with-param name="content"> |
146 | | - <xsl:choose> |
147 | | - <xsl:when test="$man.output.in.separate.dir = 0"> |
148 | | - <xsl:value-of select="concat('.so man', $section, '/')"/> |
149 | | - </xsl:when> |
150 | | - <xsl:otherwise> |
151 | | - <xsl:value-of select="'.so '"/> <!-- added case --> |
152 | | - </xsl:otherwise> |
153 | | - </xsl:choose> |
| 146 | + <xsl:choose> |
| 147 | + <xsl:when test="$man.output.in.separate.dir = 0"> |
| 148 | + <xsl:value-of select="concat('.so man', $section, '/')"/> |
| 149 | + </xsl:when> |
| 150 | + <xsl:otherwise> |
| 151 | + <xsl:value-of select="'.so '"/> <!-- added case --> |
| 152 | + </xsl:otherwise> |
| 153 | + </xsl:choose> |
154 | 154 | <xsl:call-template name="make.adjusted.man.filename"> |
155 | 155 | <xsl:with-param name="name" select="$first.refname"/> |
156 | 156 | <xsl:with-param name="section" select="$section"/> |
|
0 commit comments