<mark>
Inserts markers into output streams for asynchronous notification.
The voice browser service accepts the <mark> element and attributes as defined in VoiceXML 2.1 specification. The voice browser service also implements the internals of <mark>, meaning that the markname and marktime properties are assigned to the application.lastresult$ variable.
Attributes
This section describes the attributes you can set for the <mark> element.
Name |
Data type |
Default |
---|---|---|
name |
CDATA |
required |
nameexpr |
CDATA |
required |
name
The name attribute specifies the name of the marker. Mark names can be any Unicode character sequence.
nameexpr
The nameexpr attribute is an ECMAScript expression that evaluates to the name of the mark. If nameexpr cannot be evaluated, an error.semantic event is thrown.
Defined in VoiceXML 2.1.
Children
-
Parsed character data
Parents
Sample code
<s>
You need to go from <mark name="A"/> point A to
<mark name="B"/> point B.
</s>