Skip to Content
0
Former Member
Jun 30, 2009 at 01:41 PM

Problem with Heading 2

26 Views

Hi All ,

In the custom webform XSL, we use the following code snippet:

<xsl:if test="string-length(string(current())) &gt; 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.