Identifies the enclosed text as a sentence.
<s
xml:lang = "CDATA"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
xml:lang |
CDATA |
no |
NA |
RFC 1766 compliant identifier used to locate the text-to-speech (TTS) engine that renders the enclosed text. |
<audio>, <enumerate>, <p>, <prompt>, <prosody>, <voice>
<audio>, <break>, <emphasis>, <enumerate>, <mark>, <phoneme>, <prosody>, <say-as>, <sub>, <value>, <voice>
<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
<form>
<block>
<var name="x" expr="12345"/>
<prompt>
<p>
<s>This is the first sentence of the paragraph.</s>
<s>Here's another sentence.</s>
</p>
</prompt>
</block>
</form>
</vxml>