VoiceXML 2.1 Development GuideHome  |  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:langData Type: NMTOKENDefault: 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'.



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



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