diff options
author | gerald <gerald@localhost> | 2000-12-11 10:36:02 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-12-11 10:36:02 +0000 |
commit | 1caf9c76480486733975d01792fb8e0d60df3e67 (patch) | |
tree | 088c8b2ff10a3638ca08702e4edcedebdd801633 /htdocs/dev/tests | |
parent | 75e413fc3d32132ceb08769509d8e4e35c283937 (diff) | |
download | markup-validator-1caf9c76480486733975d01792fb8e0d60df3e67.zip markup-validator-1caf9c76480486733975d01792fb8e0d60df3e67.tar.gz markup-validator-1caf9c76480486733975d01792fb8e0d60df3e67.tar.bz2 |
small MathML2 document with doctype
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/mathml2.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/dev/tests/mathml2.html b/htdocs/dev/tests/mathml2.html new file mode 100755 index 0000000..19cbaa1 --- /dev/null +++ b/htdocs/dev/tests/mathml2.html @@ -0,0 +1,6 @@ +<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN" +"http://www.w3.org/TR/CR-MathML2-20001113/dtd/mathml2.dtd"> +<math> +<mrow> +</mrow> +</math> |