p element

p element

Provides a container element for zero or more sentences.

Syntax

<p 
xml:lang = "string"
/>

Attributes

xml:lang

The language and locale type for this document as defined in RFC 3066. The default value is en-US.

Parents

audio, enumerate, foreach, prompt, prosody, voice

Children

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

Remarks

The paragraph element is equivalent to the p element.

Examples

<vxml version="2.0" 
  xmlns="http://www.w3.org/2001/vxml"
>
  <form>
    <block>
      <prompt>
        <p>This is paragraph one.</p>
        <p>This is paragraph two.</p>
      </prompt>
    </block>
  </form>
</vxml>

See Also

s element, sentence