Google handles quotation marks in SSML tags, but not '<', '>' and '&',
which are also reserved XML (and thus SSML) characters. The
xml.sax.saxutils.escape() function handles exactly these characters.
(This is the correct solution for the problem in #83.)
Google handles quotation marks in SSML tags, but not '<', '>' and '&', which are also reserved XML (and thus SSML) characters. The
xml.sax.saxutils.escape()
function handles exactly these characters.(This is the correct solution for the problem in #83.)