<?xml-stylesheet href="css3-modsel-95.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b">
 <div xmlns="http://www.w3.org/1999/xhtml" class="test">
  <p>This line should  have a green background</p>
  <p xmlns="http://www.example.org/b">This line should have a green background</p>
  <q xmlns="http://www.example.org/b">This line should have a green background</q>
  <p xmlns="http://www.example.org/a">This line should have a green background</p>
  <foo xmlns="http://www.example.org/b">This line should have a green background</foo>
 </div>
</test>