<sub>

Description

Specifies text that will replace some original text, during pronunciation. This allows a document to contain both a spoken and written form.

Syntax


<sub
    alias="string">
  text
</sub>

Attributes

Attribute

Description

alias

Specifies the string to be spoken instead of the enclosed string. Required.

Parents

<audio>, <choice>, <emphasis>, <enumerate>, <foreach>, <paragraph>, <p>, <prompt>, <prosody>, <sentence>, <s>, <speak>, <voice>

Children

#PCDATA

Limitations/Restrictions

Example

To include speech markup tags, insert the SSML tags inside one of the <prompt>, <audio>, <choice>, <enumerate>, or <foreach> (within <prompt>) elements.


<prompt>
   <sub alias="voice genie">VG</sub>
</prompt>