<?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: 4
	@author will gardella
	@version 1.4, 23/07/2008
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
		This document should render the ssml using the base attribute specified to load the lexicon.
		You should hear the famous song lyrics read once incorrectly (99 bottles of coffee),
		then read correctly (99 bottles of beer).
		Manual='ABS_URI'
		Manual='PLAT_DEP'
	</conf:instruction>
	<conf:reference_markup>
		<speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
			<lexicon uri="lexicon.pls" xml:id="lex"/>
			<lookup ref="lex">
			<s>
				Ninety-nine bottles of coffee on the wall. Ninety-nine bottles of coffee.
			</s>
			</lookup>
		</speak>
	</conf:reference_markup>
	<conf:test_markup>
		<speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US" xml:base="../res/">
			<lexicon uri="lexicon.pls" xml:id="lex"/>
			<lookup ref="lex">
			<s>
				Ninety-nine bottles of coffee on the wall. Ninety-nine bottles of coffee.
			</s>
			</lookup>
		</speak>
	</conf:test_markup>
</conf:test>
