VoiceXML 2.1 Development Guide Home  |  Frameset Home


<paragraph>  element


Nesting TTS within the paragraph element, (or simply, the p element), specifies that the particular block of TTS should br read out in paragraph structure.


usage

<paragraph xml:lang="NMTOKEN">


attributes

xml:lang Data Type: NMTOKEN Default: Optional (en-US)
The xml:lang attribute specifies the language and locale information of the VoiceXML document. If omitted, it will inherit this value from the document hierarchy, or ultimately from the platform default, which equates to 'en-US'. The language and locale information is not case-sensitive.

For VoiceXML language options and mappings, see ASR Languages and TTS Languages.



shadow variables

none


parents

none


children

none


code samples

<Paragraph xml:lang> sample
<?xml version="1.0" encoding="UTF-8"?>

<vxml version = "2.0">

<vxml version = "2.1">

<meta name="author" content="Matthew Henry"/>
<meta name="copyright" content="2005 voxeo corporation"/>
<meta name="maintainer" content="YOUR_EMAIL@HERE.COM"/>



<form id="F_1">

  <block>
    <prompt>
      <paragraph xml:lang="en-US">
        If you know how to catch a mouse, the world will beat a path right
        to your door. But since the first one has found a house, I can
        appreciate the saying more.
      </paragraph>

    </prompt>
  </block>

</form>

</vxml>



additional links

W3C SSML 1.0 Specification


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login



© 2013 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site