<?xml-stylesheet href="copy.xsl" type="text/xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:my="http://example.com/namespace" xmlns:svg="http://www.w3.org/2000/svg" >
  <head>
    <title>test</title>
    <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2"></object>
    <?import namespace="svg" implementation="#AdobeSVG"?>
  </head>
  <body>
    <svg:svg width="100" height="100">
      <svg:rect x="0" y="0" width="100" height="100"/>
    </svg:svg>
  </body>
</html>
