Last reviewed: 3/23/2024 12:04:26 PM

In this article

<comment>

The comment element contains text between the comment begin and end tags. Comment elements are for your benefit as a VXML author. They do not affect the speech dialog.

Syntax

<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<vxml xmlns="http://www.w3.org/2001/vxml" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://www.w3.org/2001/vxml 
   http://www.w3.org/TR/voicexml20/vxml.xsd"
   version="2.0"/>

    <!-- This is a comment -->
</vxml>

Attributes

none

Children

none

Parents

Any

Variables

none

Version Information

Supported in: VoiceXML 1.0, VoiceXML 2.0, and VoiceXML 2.1.