Last reviewed: 3/23/2024 11:23:29 AM

<mark>

The mark element is an empty element that places a marker to generate an event when synthesized.

<?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">

Go from <mark name="here"/> here, to <mark name="there"/> there!

</speak>

Attributes

name

A token value to return with the mark event.

Children

none

Parents

<audio>, <emphasis>, <p>, <prosody>, <speak>, <s>, and <voice>.

Source: Speech Synthesis Markup Language (SSML) Version 1.0