JavaScript greater than, less than and ampersand symbols in vxml var expr declaration
From DocWiki
JavaScript <, >, & symbols in vxml var expr declaration
| Problem Summary | How to use JavaScript <, >, & symbols in vxml var expr declaration |
|---|---|
| Error Message | |
| Possible Cause | wrong use of java script symbols. |
| Recommended Action | 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; > &(ampersand)gt; & &(ampersand)amp; " &(ampersand)quot; remove the 'ampersand' while using the same. |
| Release | Release 8.0(1) |
| Associated CDETS # |