<?xml version="1.0" encoding="UTF-8"?>
<test id="wae2/features/internationalisation/encoding/5" class="A" 
	scope="wae2" testtype="application" type="manual" source="wae2#7.4.1" 
	device="both">
	<assertion>When an XML document includes unknown characters (not as 
	specified in [RFC3023]), the WAP proxy or the user agent must inform 
	the user of the error.
	</assertion>
	<specnote>Get the user to access a document that contains invalid XML.
	Make sure that an error is displayed to the user.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main">
				<p>Please click this <a href="[[page1]]">link</a></p>
				<p>Was an error displayed to the user ?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
	<pages>
		<page id="1">
			<![CDATA[
				<?xml version="1.0" encoding="UTF-8"?>
				<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/wml20.dtd">
				<html xmlns="http://www.w3.org/1999/xhtml"
					xmlns:wml="http://www.wapforum.org/2001/wml">
					<head>
						<title>Encoding 5</title>
					</head>
						<wml:card id="card1" title="card1-doc2">
							<wml:do type="prev">
								<wml:prev />
							</wml:do>
							<p>This deck has an XML error</p>
							<p>Go back to the first card</p>
							<invalidtag />
						</wml:card>
				</html>
			]]>
		</page>
	</pages>
</test>
