<?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: 272
	@author edouard hinard
	@version 1.0, 12/05/2003
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance" >


    <conf:instruction>
        This is a test of meta element.
        When documents are retrieved via HTTP, the "http-equiv" attribute
        is used to provide HTTP header information like "Cache-Control"
        This test should be run twice, and following the second time, the 
        tester should verify with the web server that the SSML processor checked 
        with the server to validate the file the second time.
        Manual = 'PLAT_DEP'
    </conf:instruction>
    
    
    <conf:test_markup>
        <speak version="1.0" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
            <meta http-equiv="Cache-Control" content="no-cache"/>
        </speak>
    </conf:test_markup>
    
</conf:test>
