<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'
      xmlns:xbl='http://www.w3.org/ns/xbl'
      xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <head>
    <title>XBL 2.0 Test Suite: Div test -id/class</title>
    <style type='text/css'>
     .cdiv {text-align: center}
     #bluediv  {color: blue}
    </style> 
    <xbl xmlns="http://www.w3.org/ns/xbl">
     <binding element="h1">
      <template>
       <div class="cdiv">
        <xhtml:p> This text should be visible and centered </xhtml:p>
        <div id="bluediv">
         <xhtml:p> This text should be visible, blue and centered </xhtml:p> 
        </div>
       </div>
      </template>
     </binding>
    </xbl>
  </head>
  <body>
   <h1>Error</h1>
  </body>
</html>
