[Solved] template condition is not matching [closed]
See , it says about the contains function: “If the value of $arg2 is the zero-length string, then the function returns true.”. You could however check <xsl:when test=”contains(.”) and not(matches(substring-before(.”),’ ‘)) and not(./@align)”> 3 solved template condition is not matching…