|
|
@@ -762,7 +762,7 @@
|
|
|
<xsl:param name="path_rel" required="yes"/>
|
|
|
<xsl:comment>#761 matched <xsl:value-of select="name()"/> @id=<xsl:value-of select="@id"/>; </xsl:comment>
|
|
|
<xsl:element name="topicref">
|
|
|
- <xsl:attribute name="toc" select="'no'"/>
|
|
|
+ <xsl:if test=" contains(@id,'not_exceed')"><xsl:attribute name="toc" select="'no'"/></xsl:if>
|
|
|
<xsl:attribute name="href" select="concat($path_rel,@id,'.dita')"/>
|
|
|
</xsl:element>
|
|
|
</xsl:template>
|