<s>

Identifies the enclosed text as a sentence.

Syntax

<s
    xml:lang = "CDATA"
/>

Attributes

Attribute

Data Type

Required?

Default

Description

xml:lang

CDATA

no

NA

RFC 1766 compliant identifier used to locate the text-to-speech (TTS) engine that renders the enclosed text.

Parents

<audio>, <enumerate>, <p>, <prompt>, <prosody>, <voice>

Children

<audio>, <break>, <emphasis>, <enumerate>, <mark>, <phoneme>, <prosody>, <say-as>, <sub>, <value>, <voice>

Example

<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
    <form>
        <block>
            <var name="x" expr="12345"/>
                <prompt>
                    <p>
                        <s>This is the first sentence of the paragraph.</s>
                        <s>Here's another sentence.</s>

                    </p>
                </prompt>
        </block>
    </form>
</vxml>

See Also

<p>