-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 792 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>XHTML as the host language</title>
</head>
<body>
<p>test</p>
<hr />
<math xmlns="http://www.w3.org/1998/Math/MathML">
</math>
<svg:svg version="1.1"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<svg:switch>
<svg:foreignObject ...>
<p>
<math xmlns="http://www.w3.org/1998/Math/MathML">
... MathML content ...
</math>
</p>
</svg:foreignObject>
</svg:switch>
</svg:svg>
</body>
</html>