How to use logical OR and logical AND in xslt in version 1.0.Also tell me if the following code is correct:xsl:if test="node[@Level >= $NodeLevel]"please rectify.Its not working.