We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a0bf1 commit e49f4deCopy full SHA for e49f4de
1 file changed
src/docbuild/config/xml/data/convert-v6-to-v7.xsl
@@ -370,7 +370,11 @@
370
<xsl:attribute name="rank">
371
<xsl:value-of select="$cnfg/@rank" />
372
</xsl:attribute>
373
- <xsl:apply-templates select="node()[not(self::desc)]" />
+
374
+ <xsl:apply-templates select="name"/>
375
+ <xsl:apply-templates select="sortname"/>
376
+ <xsl:apply-templates select="acronym"/>
377
+ <xsl:apply-templates select="maintainers"/>
378
379
<!-- Handle desc elements -->
380
<xsl:if test="desc">
@@ -397,6 +401,8 @@
397
401
<xsl:with-param name="content" select="$content"/>
398
402
</xsl:call-template>
399
403
</xsl:if>
404
405
+ <xsl:apply-templates select="node()[not(self::desc) and not(self::name) and not(self::sortname) and not(self::acronym) and not(self::maintainers)]" />
400
406
</product>
407
</xsl:template>
408
0 commit comments