如果我写
<xsl:if test="$currentPage/seaside > 0">Seaside</xsl:if><br />
<xsl:if test="$currentPage/blueflag > 0">Blueflag</xsl:if><br />
<xsl:if test="$currentPage/family > 0">Family</xsl:if><br />
Seaside 和 Family 有 1,因此在输出中显示。Blueflag 有 0 所以不是。我的列表中间有一个空格
'Seaside
Family'
如果值为 0,我如何删除空格并且不写入任何内容?