<vxml>

<vxml>

The outermost tag within a VoiceXML document.

Attributes

Notes

None

Example

<?xml version="1.0"?>
<vxml version="2.0">
  <form>
    <block>
      <prompt>
        This is a basic script.
      </prompt>
    </block>
  </form>
</vxml>

The output of the above script would be:

Computer: This is a basic script.

Child Tags

<catch>, <data>, <help>, <noinput>, <nomatch>, <error>, <form>, <link>, <menu>, <metadata>, <property>, <script>, <var>

Parent Tags

None

Last updated