Changeset 99118 in vbox for trunk/doc/manual/docbook-refentry-to-C-help.xsl
- Timestamp:
- Mar 22, 2023 3:45:33 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-refentry-to-C-help.xsl
r99116 r99118 269 269 <xsl:when test="parent::group and ancestor::*[@role='compact']"><xsl:value-of select="$arg.or.sep.compact"/></xsl:when> 270 270 <xsl:when test="parent::group"><xsl:value-of select="$arg.or.sep"/></xsl:when> 271 <xsl:when test=" parent::arg"></xsl:when>271 <xsl:when test="ancestor::*[@role='compact']"></xsl:when> 272 272 <xsl:when test="ancestor::*/@sepchar"><xsl:value-of select="ancestor::*/@sepchar"/></xsl:when> 273 273 <xsl:otherwise><xsl:text> </xsl:text></xsl:otherwise> … … 304 304 <xsl:when test="@choice = 'req'"> <xsl:value-of select="$arg.choice.req.close.str"/></xsl:when> 305 305 </xsl:choose> 306 <!-- Add a space padding if we're the last element in a repeating arg or group --> 307 <!-- 2023-03-22 bird: This is incorrectly written. Fix as needed... 308 <xsl:if test="(parent::arg or parent::group) and not(following-sibiling) and not(ancestor::*[@role='compact'])"> 309 <xsl:text> </xsl:text> 310 </xsl:if> 311 --> 306 312 </xsl:if> 307 313 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.