<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="../xhtml2.css" ?>
<!DOCTYPE html [
	<!ATTLIST section
	id ID #IMPLIED
>
	<!ATTLIST h
	id ID #IMPLIED
>
	<!ATTLIST div
	id ID #IMPLIED
>
	<!ATTLIST nl
	id ID #IMPLIED
>
]>
<html xmlns="http://www.w3.org/2002/06/xhtml2" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
	<head>
		<title>Test case for assertion 1: use of different namepspace prefix and default namespace. </title>
		<!-- Use default namespace for model -->
		<model id="m_001" xmlns="http://www.w3.org/2002/xforms">
			<instance id="i_001" >
				<r xmlns="">
					<a>42</a>
					<b/>
				</r>
			</instance>
		</model>
	</head>
	<body>
		<!-- Use xf prefix for xforms UI elements. -->
		<xf:group ref="r">
			<xf:label>Group label uses a namespace prefix (xf). Model used a default namespace. The following should say: 42</xf:label>
			<xf:input ref="a"><xf:label>This should say: '42'</xf:label></xf:input>
			
		</xf:group>
	</body>
</html>
