<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2007 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 191
	@author Zhiwei Shuang
	@version 1.1, 10/08/2007
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
		For processors that support IPA, the processor should syntactically accept all legal ph values.
		This document should load without error.
		Phonetic string IPA could be changed to widen the test. It could be also a random sequence of
		IPA characters since this check is purely syntactic.
	       Manual='PLAT_DEP'
    </conf:instruction>
	<conf:test_markup>
		<speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
		 	The word thing defined in decimal IPA:
 			<phoneme alphabet="ipa" ph="&#952;&#618;&#331;"> thing </phoneme>
 	   		The word thing defined in hexidecimal IPA:
 	   	 	<phoneme alphabet="ipa" ph="&#x03B8;&#x026A;&#x014B;"> thing </phoneme>
		</speak>
	</conf:test_markup>
</conf:test>
