[Home] [By Thread] [By Date] [Recent Entries]
On 10/7/2010 2:42 PM, sudheshna iyer wrote: > <xsl:when test="string-length($VAR1) < $VAR3"> => Doesn't work > > How do I achieve this? Because of XML markup rules, you cannot use < directly in an attribute value. Instead of < you must use the character entity < : <xsl:when test="string-length($VAR1) < $VAR3"> Lars
|

Cart



