Skip to content

Commit 1eafea5

Browse files
committed
doc: Simplify handling of variablelists in XSLT build
The previously used custom template is no longer necessary because parameters provided by the standard style sheet can achieve the same outcome.
1 parent 2393c7d commit 1eafea5

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

doc/src/sgml/stylesheet-common.xsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<xsl:param name="refentry.xref.manvolnum" select="0"/>
3939
<xsl:param name="formal.procedures" select="0"></xsl:param>
4040
<xsl:param name="punct.honorific" select="''"></xsl:param>
41+
<xsl:param name="variablelist.term.break.after">1</xsl:param>
42+
<xsl:param name="variablelist.term.separator"></xsl:param>
4143

4244

4345
<!-- Change display of some elements -->

doc/src/sgml/stylesheet.xsl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@
3636
<xsl:call-template name="inline.monoseq"/>
3737
</xsl:template>
3838

39-
<!--
40-
Format multiple terms in varlistentry vertically, instead
41-
of comma-separated.
42-
-->
43-
44-
<xsl:template match="varlistentry/term[position()!=last()]">
45-
<span class="term">
46-
<xsl:call-template name="anchor"/>
47-
<xsl:apply-templates/>
48-
</span><br/>
49-
</xsl:template>
50-
5139

5240
<!-- table of contents configuration -->
5341

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy