<?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: 100
	@author will gardella
	@version 1.0, 12/05/2003
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
    <conf:instruction>
        This document should speak the list without lexicons as "one two three"
        and the list with lexicons as "four five six"
        Because the lexicon format is not standardized, tester will need to supply 
        the appropriate lexicon files.
        Manual='PLAT_DEP'
    </conf:instruction>
    <conf:reference_markup>
        <speak xml:lang="en-US" version="1.0" xmlns="http://www.w3.org/2001/10/synthesis">
            <s>
                one two three
            </s>
        </speak>
    </conf:reference_markup>
    <conf:test_markup>
        <speak  xml:lang="en-US" version="1.0" xmlns="http://www.w3.org/2001/10/synthesis">
            <lexicon uri="oneAsFour.lexicon"/>
            <lexicon uri="twoAsFive.lexicon"/>
            <lexicon uri="threeAsSix.lexicon"/>
            <s>
                one two three
            </s>
        </speak>
    </conf:test_markup>
</conf:test> 
