You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An invalid SSML document is generated (and refused by Alexa), as it contains the "&" XML control character unescaped. This reference should be useful. I think that using htmlspecialchars on the input provided to say() should be sufficient, I'll investigate.
Thanks,
Roberto
The text was updated successfully, but these errors were encountered:
Hey,
first of all - thanks for your library! I encountered an issue during the use of
SSMLGenerator
. By doing something like:An invalid SSML document is generated (and refused by Alexa), as it contains the "&" XML control character unescaped.
This reference should be useful. I think that using
htmlspecialchars
on the input provided tosay()
should be sufficient, I'll investigate.Thanks,
Roberto
The text was updated successfully, but these errors were encountered: