According to the specification
5.2.3 SpeechSynthesisUtterance Attributes text attribute This attribute specifies the text to be synthesized and spoken for this utterance. This may be either plain text or a complete, well-formed SSML document.
It is not clear how an entire SSML document is expected to be parsed when set at .text property at single instance of SpeechSynthesisUtterance().
See guest271314/SSMLParser#1
According to the specification
It is not clear how an entire SSML document is expected to be parsed when set at
.textproperty at single instance ofSpeechSynthesisUtterance().See guest271314/SSMLParser#1