<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <head>
    <title>g.2.a value pseudo-element (non-normative)</title>
    <link rel="stylesheet" href="g2a.css" type="text/css"/>
    <xforms:model>
      <xforms:instance>
        <car xmlns="">
          <year xsi:type="xsd:integer">2000</year>
          <horsepower xsi:type="xsd:integer">-100</horsepower>
        </car>
      </xforms:instance>
    </xforms:model>
  </head>
  <body>
  	<xforms:group>
  		<xforms:label class="title">g.2.a value pseudo-element (non-normative)</xforms:label>
  	</xforms:group>
  	<xforms:group>
  		<xforms:label>
  		The input must have a dotted border around it with an orange 
  		background, excluding the label.
  		</xforms:label>
  	</xforms:group>
	<xforms:input ref="/car/year">
		<xforms:label>Car Year : </xforms:label>
	</xforms:input>
	
  </body>
</html>
