Last reviewed: 2/25/2023 4:16:12 PM

<!-- comment -->

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

<?xml version="1.0"?>
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.w3.org/2001/10/synthesis
                   http://www.w3.org/TR/speech-synthesis/synthesis.xsd"
         xml:lang="en-US">

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

Attributes

none

Children

none

Parents

Any

Source: Speech Synthesis Markup Language (SSML) Version 1.0