<?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: Inherited test - explicit inheritance chain</title>
    <style type='text/css'>
    </style> 
    <xbl xmlns="http://www.w3.org/ns/xbl">
     <binding id="link">
      <template>
	<xhtml:a href="http://www.xsmiles.org/">This text should be bold, italics and link to xsmiles</xhtml:a>
      </template>
     </binding>
     <binding id="italics" extends="#link">
      <template>
       <xhtml:i><inherited /></xhtml:i>
      </template>
     </binding>
     <binding id="bold" extends="#italics" element=".test">
      <template>
       <xhtml:b><inherited /></xhtml:b>
      </template>
     </binding>
    </xbl>
  </head>
  <body>
   <p class="test">Error</p>
   <p>Some text that should not be touched by XBL.</p>
   <p class="test">Error</p>
  </body>
</html>
