0

I currently have a field in my xsl as follows:

<s:FineAmount>
<xsl:value-of select="FineAmount" />
</s:FineAmount>

The issue is the the value of the field can be '-1.0000'. I do not want to send the value if it is -1.0000. How can I filter it?

4

1 回答 1

0

使用<xsl:if>- 见这里这里是开始学习 XSLT 的一个好点。

于 2013-04-01T19:51:51.397 回答