We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa6eff commit fb20473Copy full SHA for fb20473
1 file changed
xsl/ConvSpec-600-662.xsl
@@ -1392,7 +1392,7 @@
1392
<xsl:with-param name="pString" select="."/>
1393
</xsl:call-template>
1394
</xsl:element>
1395
- <xsl:if test="count($pRelated880s) > 0">
+ <xsl:if test="$pRelated880s != ''">
1396
<xsl:variable name="vThisCode" select="@code"/>
1397
<xsl:if test="@code='a' or ($pTag='650' and (@code='c' or @code='d'))">
1398
<xsl:for-each select="$pRelated880s">
0 commit comments