<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2003 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 174
	@author an buyle
	@version 1.1, 07/07/2007
-->

 
<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
    This is a test for TA108 on the mark element.
    For both inserted markers the processor must do one or both of the following: 
    (1) inform the hosting environment with the value of the name attribute and with information 
        allowing the platform to retrieve the corresponding position in the rendered output.  
    (2) when audio output of the SSML document reaches the mark, issue an event that includes the 
        value of the name attribute. The processor must send the event to the destination specified 
        by the hosting environment.  
    Manual='PLAT_DEP'
    </conf:instruction>

    <conf:test_markup>
        <speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">    
            Go from <mark name="here"/>here to <mark name="there"/>there!
        </speak>
    </conf:test_markup>
</conf:test>
        

