<p>

Identifies the enclosed text as a paragraph containing zero or more sentences.

Syntax

<p
    xml:lang = "CDATA"
/>

Attributes

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.

Parents

<audio>, <enumerate>, <prosody>, <prompt>, <voice>

Children

<audio>, <break>, <emphasis>, <enumerate>, <mark>, <phoneme>, <prosody>, <s>, <say-as>, <sub>, <value>, <voice>

Example

<?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>

See Also

<s>