| <?xml version="1.0"?> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title>XHTML + SVG Test</title> | |
| </head> | |
| <body> | |
| <p>This is a test of CDF:</p> | |
| <svg xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"> | |
| <rect x="0" y="0" width="200" height="200" fill="blue" /> | |
| </svg> | |
| <p>You should see an SVG image above this!</p> | |
| </body> | |
| </html> |