XSL and less than
I need your help
I want to display image only if amount is < 10000
Therefore image should not be displayed if amount is > 10000
I tried dif. compbination but no luck:
<?if@INLINE:"PaymentAmount/Value < 200" ?>
<?if@INLINE:PaymentAmount/Value < 200 ?>
Any suggestion?