The normal behavior of if-else condition looks like
If <contion> then <value> –for true condition
else <value>
end
in RTF it can be achieved using following syntax
<?xdoxslt:ifelse(condition,true,false)?>
Example
<?xdoxslt:ifelse(ADDRESS1=SENDOR_NAME,’’,ADDRESS1)?>
Recent Posts