<?xml version="1.0" encoding="UTF-8"?>

<test id="wae/media/markup/rules/4" class="A" scope="wae" 
	testtype="application" type="manual" source="wae#6.2.4" device="both">
	<assertion>When navigating between XHTML Mobile Profile and WML1 or 
	WML2, all variables, part of the WML context, must be maintained across 
	languages, as if a single user agent was supported.
	</assertion>
	<specnote>Get the user to access a deck that contains WML1 content; this
	deck will be linked to a WMl2 deck, linked to a WML1 deck. Each deck will 
	set up a variable and display the previous variables already set. Make 
	sure that the last WML1 deck displays all the variables previously set. 
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<card newcontext="true" id="main">
				<p>Please go to doc2, card1</p>
				<do type="accept" label="doc2">
					<go href="markup4_1.wml">
						<setvar name="wml1" value="1"/>
					</go>
				</do>
				<p>Are the two variables set ?
					<br />
					<yesno>
				</p>
			</card>
		]]>
	</method>
</test>

