我想隐藏“imageText”并且 div IF 字符串为空。目前,此 imageText 将文本覆盖到具有背景颜色的图像上(文本在 Umbraco 中指定)。
我已经尝试过:
<xsl:if test = "imageText" != ''">
有人可以帮我完成这个吗?
这是我的代码:
<td width="300" height="114" valign="top">
<div class="imageTitle">
<xsl:call-template name="getText">
<xsl:with-param name="imageText" select="$bottomImageLeftText" />
</xsl:call-template>
</div>
</td>