Skip to content

Commit fb20473

Browse files
committed
Fix xsltproc issue with testing existence of data.
1 parent 1fa6eff commit fb20473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsl/ConvSpec-600-662.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
<xsl:with-param name="pString" select="."/>
13931393
</xsl:call-template>
13941394
</xsl:element>
1395-
<xsl:if test="count($pRelated880s) &gt; 0">
1395+
<xsl:if test="$pRelated880s != ''">
13961396
<xsl:variable name="vThisCode" select="@code"/>
13971397
<xsl:if test="@code='a' or ($pTag='650' and (@code='c' or @code='d'))">
13981398
<xsl:for-each select="$pRelated880s">

0 commit comments

Comments
 (0)