<?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: 88
	@author will gardella
	@version 1.0, 12/05/2003
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
    <conf:instruction>
		Pass if the target words sound different. The object is to show that
		a processor can use the enclosing xml:lang settings to process certain
		elements, such as phoneme.
		Manual = 'LANG_DEP'
    </conf:instruction>
    <conf:test_markup>
        <speak xml:lang="en-US" version="1.0" xmlns="http://www.w3.org/2001/10/synthesis">
			<p>
				<s>The first word should sound American English, the second French.</s>
	            <s><phoneme alphabet="ipa" ph="ton"> tone </phoneme></s>
				<s xml:lang="fr-FR"><phoneme alphabet="ipa" ph="ton"> thon </phoneme></s>
			</p>
        </speak>
    </conf:test_markup>
</conf:test>
