<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://commerce.example.com/payment" xmlns:txs="http://sourceforge.net/projects/txs" xmlns="http://www.w3.org/1999/xhtml" xmlns:req="http://www.agencexml.com/requests" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <head>
  	<title>4.2.2.b xforms-model-construct-done</title>
  	<link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
  	<xforms:model>
  		<xforms:instance xmlns="" src="4.2.2.b.data.xml"/>
  	</xforms:model>
  </head>
  <body>
  	<xforms:group>
  		<xforms:label class="title">4.2.2.b xforms-model-construct-done</xforms:label>
  	</xforms:group>
  	<xforms:group>
  		<xforms:label>
  		<!-- 
  			The form control should behave in the same manner as if it had bound to a model item with the 
  			relevant model item property resolved to false. 
  		 -->
	  		You must not see the value "Mitsubishi":
		</xforms:label>
  	</xforms:group>

	<!-- in the external data instance the car attribute does not exist -->
	<xforms:output ref="/car">
		<xforms:label/>
	</xforms:output>

	
  </body>
</html>