diff options
author | link <link@localhost> | 2001-07-17 00:50:24 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-17 00:50:24 +0000 |
commit | 94f0493b4e094295c7a8286f6208800fefea17c7 (patch) | |
tree | b83f3268fea97000bb980f8982d11aaa8734d6e4 /htdocs/sgml-lib/mathml.soc | |
parent | 8db7b95f91a1458f17ca3d18d9e73f007121a058 (diff) | |
download | markup-validator-94f0493b4e094295c7a8286f6208800fefea17c7.zip markup-validator-94f0493b4e094295c7a8286f6208800fefea17c7.tar.gz markup-validator-94f0493b4e094295c7a8286f6208800fefea17c7.tar.bz2 |
Adding (experimental) support for MathML 2.0 REC.
This requires OpenSP 1.5pre5 with >16bit chars and as such is experimental.
This shouldn't affect anything but MathML parsing, but _will_ break MathML
when OpenSP isn't available. OTOH MathML was arguably broken to begin with.
Diffstat (limited to 'htdocs/sgml-lib/mathml.soc')
-rw-r--r-- | htdocs/sgml-lib/mathml.soc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/mathml.soc b/htdocs/sgml-lib/mathml.soc new file mode 100644 index 0000000..59973e9 --- /dev/null +++ b/htdocs/sgml-lib/mathml.soc @@ -0,0 +1,19 @@ +-- MathMLL 2.0 Catalog Data File -- + +-- SGML declaration associated with XHTML -- +OVERRIDE YES +SGMLDECL "mathml.dcl" + + +-- MathML 2.0 DTD driver -- + +PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" + "REC-MathML2-20010221/xhtml-math11-f.dtd" +PUBLIC "-//W3C//DTD MathML 2.0//EN" + "REC-MathML2-20010221/mathml2.dtd" + +SYSTEM "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" + "REC-MathML2-20010221/xhtml-math11-f.dtd" +SYSTEM "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd" + "REC-MathML2-20010221/mathml2.dtd" + |