Checking for numeric
I am using an xdoxslt statement in a template to sum a value. Is there a way to check that the value is numeric before I do the sum? I don't want the template to fail if the data is not numeric.
0
I am using an xdoxslt statement in a template to sum a value. Is there a way to check that the value is numeric before I do the sum? I don't want the template to fail if the data is not numeric.