2 <html xmlns="http://www.w3.org/1999/xhtml">
4 <title>XHTML + SVG Test</title>
7 <p>This is a test of CDF:</p>
8 <svg xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
10 <rect x="0" y="0" width="200" height="200" fill="blue" />
12 <p>You should see an SVG image above this!</p>