Procházet zdrojové kódy

tuned - benford exceed in raport

a.binder před 8 roky
rodič
revize
7938c5cb01

+ 1 - 1
SE/schema/default_db_xml_cache.public/default_db/tree_to_dita.xsl

@@ -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>