Hi,
In ECMAScript block, the below code is added, it shows error in generated vxml code.
Note : The error message is “The content of elements must consists of well-formed character data or markup”
try {
if(AppState.inputmode < 10) {
AppState.slotname = ‘Test’;
} else {
AppState.slotname = ‘Demo’;
}
} catch (error) {
}
If i change the lesser than symbol (AppState.inputmode < 10) to greater than symbol(AppState.inputmode > 10), it didn’t show error.
I am using version “8.1.300.33”.
Kindly let me know whether it is known issue.
Thanks,
Ragulkumar