Identifies the enclosed text as a paragraph containing zero or more sentences.
<p
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 will render the enclosed text. |
<audio>, <enumerate>, <prosody>, <prompt>, <voice>
<audio>, <break>, <emphasis>, <enumerate>, <mark>, <phoneme>, <prosody>, <s>, <say-as>, <sub>, <value>, <voice>
<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
<form>
<block>
<prompt>
<p>
<s>This is the first sentence of the paragraph.</s>
<s>Here's another sentence.</s>
</p>
</prompt>
</block>
</form>
</vxml>