Changeset 99513 in vbox for trunk/doc/manual/docbook-refentry-to-H-help.xsl
- Timestamp:
- Apr 21, 2023 9:59:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-refentry-to-H-help.xsl
r98103 r99513 99 99 <xsl:for-each select=".//refsect1[@id] | .//refsect2[@id]"> 100 100 <xsl:variable name="sThisId" select="@id"/> 101 <xsl:if test="not($RefEntry[@id = $sThisId]) and not($RefEntry/refsynopsisdiv/cmdsynopsis[@id = concat('synopsis-', $sThisId)])"> 101 <xsl:if test=" not($RefEntry[@id = $sThisId]) 102 and not($RefEntry/refsynopsisdiv/cmdsynopsis[@id = concat('synopsis-', $sThisId)]) 103 and not(contains($sThisId, '-see-also')) 104 and not(contains($sThisId, '-examples')) "> <!-- controlvm is too big, so skip these two --> 102 105 <xsl:variable name="sSubNm"> 103 106 <xsl:text>HELP_SCOPE_</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.