Hi All ,
In the custom webform XSL, we use the following code snippet:
<xsl:if test="string-length(string(current())) > 0">
to check the length of the content entered for that element.
But I found that "string-length(string(current()))" is returning a value 5 inspite no data is given to that element.
can some one clarify why string-length function is returning 5 value?
Regards,
Archana.