I am trying to sum a bunch of numeric values.
Only problem is that some of these values may be blank or missing. When this happens the result is 'NaN'. What I want to do is treat blank or missing values as zero. Any ideas?
Code:
<xsl:value-of select="CommPropCov + ComGenCov + ProfLiabCov + TerrCov"/>