How to use JavaScript greater than, less than and ampersand

How_to_use_JavaScript_greater_than,_less_than_and_ampersand_symbols_in_vxml_var_expr_declaration
How to use JavaScript greater than, less than and ampersand symbols
in vxml var expr declaration
Problem
Not able to use greater than, less than and ampersand symbols in vxml
Summary
Error Message VXML Parsing failure error message or improper vxml execution results.
Possible Cause Greater than, less than and ampersand symbols not declared properly
Many JavaScript operators (<, >, &, &&) have special significance in XML, thus their
equivalent entities must be used in expressions and conditions. For example operators
and their corresponding entities are:
< &(ampersand)lt;
Recommended
> &(ampersand)gt;
Action
& &(ampersand)amp;
" &(ampersand)quot;
Release
Associated
CDETS #
remove the 'ampersand' while using the same.
Release 8.0(1)
How to use JavaScript greater than, less than and ampersand symbols in vxml var expr declaration
1