<?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: 195
	@author Yan Jun
	@version 1.1, 07/19/2007  
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
    <conf:instruction>
        In this test case we check the correct behaviour of xml:lang in a
        w element. In the reference test the 'chat' in w element should be read as English.
        In the test the 'chat' in w element should be pronounced differently(The current voice 
        supports French language) or not at all(The current voice cannot support French). Manual
        = 'LANG_DEP'
    </conf:instruction>
    
    <conf:reference_markup>
	    <speak version="1.1" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis"  onlangfailure="ignoretext">
		    The word 'chat' in French would be <w>chat</w>
	    </speak>
    </conf:reference_markup >
    
    <conf:test_markup>
	    <speak version="1.1"  xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis" onlangfailure="ignoretext">
		    The word 'chat' in French would be <w xml:lang="fr-FR">chat</w>
	    </speak>
    </conf:test_markup>
    
</conf:test>
