<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 138
	@author edouard hinard
	@version 1.1, 01/13/2004
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance" >

<!-- 
This a manual TA that must be customized by hand
Configure the system so that there is no GL-english voice
Or choose another english country not in current configuration
-->

    <conf:instruction>
        This is a test of the voice element, if there is no voice available
        for the requested xml:lang.
        The processor should select a voice that is closest to the
        requested language (e.g. a variant or dialect of the same language).
        The speaker should speak in english language.
        Manual = 'LANG_DEP'
    </conf:instruction>


    <conf:test_markup>
        <speak version="1.0" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
            <voice xml:lang="en-GL" >The cat jumped over the moon.</voice>
        </speak>
    </conf:test_markup>
    
</conf:test>
