Inconsistent highlighting in oXygen when || operator is used
Posted: Fri Jul 13, 2012 2:49 pm
I have noticed that in expressions using || operator, the highlighting is inconsistent, e.g. in expression:
<xsl:value-of select="$v1 || $v2"/>
only $v1 is highlighted as variable, $v2 is not.
<xsl:value-of select="$v1 || $v2"/>
only $v1 is highlighted as variable, $v2 is not.