<root xmlns:xlink="http://www.w3.org/1999/xlink">
<style xmlns="http://www.w3.org/1999/xhtml">
  root, test { display: block }
  test { color: yellow; background: red }
  :link, :visited { color: black; background: lime }
</style>
<test xlink:type="simple" xlink:href="http://example.com/">This should be green
if it's a link.</test>
<test xlink:type="simple" xlink:href="./xlinkStyling2.xml">This should be green if it's a link</test>
</root>
