- Timestamp:
- Sep 10, 2021 2:52:29 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-refentry-to-manual-sect1.xsl
r82969 r91203 96 96 <xsl:attribute name="role">not-in-toc</xsl:attribute> 97 97 <xsl:attribute name="condition">refsect1</xsl:attribute> 98 <xsl:if test="@id"> 99 <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute> 100 </xsl:if> 98 101 <xsl:apply-templates /> 99 102 </xsl:element> … … 106 109 <xsl:attribute name="role">not-in-toc</xsl:attribute> 107 110 <xsl:attribute name="condition">refsect2</xsl:attribute> 111 <xsl:if test="@id"> 112 <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute> 113 </xsl:if> 108 114 <xsl:apply-templates /> 109 115 </xsl:element> … … 116 122 <xsl:attribute name="role">not-in-toc</xsl:attribute> 117 123 <xsl:attribute name="condition">refsect3</xsl:attribute> 124 <xsl:if test="@id"> 125 <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute> 126 </xsl:if> 118 127 <xsl:apply-templates /> 119 128 </xsl:element>
Note:
See TracChangeset
for help on using the changeset viewer.