Syntax Rules

Text-to-speech control tags follow these general rules of syntax:

Samples:

\ ctx="e-mail" \

Should be parsed as an "e-mail" tag.

\ctx="e-mail"

Should be ignored since it's an unclosed tag at the end of a document.

\\ctx="e-mail"\\

Speaks "back-slash c t x equals e-mail back-slash"

\\\\\\\\ctx="e-mail"\\\\\\\\

Speaks "backslash backslash backslash backslash c t x equals e-mail backslash backslash backslash backslash"

\ctm="e-mail"\

Ignored because it's an unknown tag.

When the text-to-speech engine encounters a tag it does not understand, the tag is ignored.