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

  $Author: richard $

  $Revision: 1.6 $

  $Log: 5,v $
  Revision 1.6  2002/04/20 08:07:24  richard
  yesno

  Revision 1.5  2002/03/16 09:39:45  richard
   rewrite test

  Revision 1.4  2002/01/29 12:12:30  gb
  Modified loads of tests to fix mostly syntatic errors, including non quoting of attribute values and the incorrect use of macros, usually [[autofailed]].
  Modified Files:
   	wml2/markup/contextandnav/wmlanchorelement/3
   	wml2/markup/formsmodule/inputelementformat/wmlemptyokattribute/1
   	wml2/markup/formsmodule/inputelementformat/wmlemptyokattribute/2
   	wml2/markup/formsmodule/inputelementformat/wmlemptyokattribute/3
   	wml2/markup/formsmodule/inputelementformat/wmlemptyokattribute/4
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/1
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/11
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/12
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/2
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/3
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/4
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/5
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/6
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/7
  	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/8
   	wml2/markup/formsmodule/inputelementformat/wmlformatattribute/9
   	wml2/markup/formsmodule/wmlonpickattribute/1
   	wml2/markup/formsmodule/wmlonpickattribute/2
   	wml2/markup/formsmodule/wmlonpickattribute/3
   	wml2/markup/structuremodule/bodyelement/1
   	wml2/markup/structuremodule/wmlcardelement/1
   	wml2/markup/structuremodule/wmlcardelement/2
   	wml2/markup/structuremodule/wmlcardelement/3
   	wml2/uabehaviour/attribexplang/1
   	wml2/uabehaviour/attribexplang/wmlvariable/regendocument/1
   	wml2/uabehaviour/attribexplang/wmlvariable/regendocument/2
   	wml2/uabehaviour/attribexplang/wmlvariable/validation/2
   	wml2/uabehaviour/attribexplang/wmlvariable/variableref/1
   	wml2/uabehaviour/attribexplang/wmlvariable/variableref/2
   	wml2/uabehaviour/attribexplang/wmlvariable/variableref/5
   	wml2/uabehaviour/attribexplang/wmlvariable/variableref/6
   	wml2/uabehaviour/attribexplang/wmlvariable/variablescoping/declarations/2
  	wml2/uabehaviour/backkey/2
   	wml2/uabehaviour/eventmodel/eventbindings/typedevents/1
   	wml2/uabehaviour/eventmodel/eventbindings/typedevents/2
   	wml2/uabehaviour/eventmodel/eventbindings/typedevents/3
   	wml2/uabehaviour/eventmodel/eventbindings/typedevents/4
   	wml2/uabehaviour/eventmodel/eventbindings/typedevents/5

  Revision 1.3  2001/10/30 16:22:25  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:13  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/attribexplang/wmlvariable/variableref/5" 
	class="A" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.5.1.1" device="both">
  <assertion>When a WML2.0 user agent loads an XHTML Basic document, and 
  that document content contains the '$', it must treat is as an ordinary 
  text character, and not a variable.
  </assertion>
  <specnote>Create an XHTML Basic document that has what would be a legal 
  variable reference in WML2.0(e.g. $test). When the card is called, make 
  sure that '$test' is displayed as literal text.
  </specnote>
  <results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<p>Select this
				<a href="[[page1]]">link</a>
				and then come back to this screen.
			</p>
			<p>Was the relationship information rendered in the following document?
				<br/>
			[[yesno]]
			</p>
		]]>
	</method>
	<pages>
		<page id="1">
			<![CDATA[
				<?xml version="1.0" encoding="UTF-8"?>
				<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic10.dtd">
				<html xmlns="http://www.w3.org/1999/xhtml"
        	xmlns:wml="http://www.wapforum.org/2001/wml">
					<head>
						<title>Variable Reference 5</title>
					</head>
					<body>
						<p>The dollar sign should be shown at the end of this sentence. $</p>
						<p>Now go back to the starting document.
							And Answer the question
						</p>
						[[urltotest]]
					</body>
				</html>
			]]>
		</page>
	</pages>
</test>
