diff options
author | link <link@localhost> | 2001-06-13 23:38:49 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-06-13 23:38:49 +0000 |
commit | 66bbc35ad4e228a56e2b3ea5a625ce7443d9c677 (patch) | |
tree | 1e0e03720e8540e07f22ebfd2055910b60ae316c | |
parent | ddf4a7de388e8712640bdcfe21d226d8d13c320c (diff) | |
download | markup-validator-66bbc35ad4e228a56e2b3ea5a625ce7443d9c677.zip markup-validator-66bbc35ad4e228a56e2b3ea5a625ce7443d9c677.tar.gz markup-validator-66bbc35ad4e228a56e2b3ea5a625ce7443d9c677.tar.bz2 |
Add SGML Open Catalog for MathML 2.0 REC.
-rw-r--r-- | htdocs/sgml-lib/REC-MathML2-20010221/mathml.soc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-MathML2-20010221/mathml.soc b/htdocs/sgml-lib/REC-MathML2-20010221/mathml.soc new file mode 100644 index 0000000..6fb45c2 --- /dev/null +++ b/htdocs/sgml-lib/REC-MathML2-20010221/mathml.soc @@ -0,0 +1,12 @@ + -- catalog for MathML 2.0 for use in W3C's validation service -- + -- $Id: mathml.soc,v 1.1 2001-06-13 23:38:49 link Exp $ -- + +OVERRIDE YES +SGMLDECL "../sp-1.3/pubtext/xml.dcl" + +PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "xhtml-math11-f.dtd" +PUBLIC "-//W3C//DTD MathML 2.0//EN" "mathml2.dtd" + +SYSTEM "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" "xhtml-math11-f.dtd" +SYSTEM "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd" "mathml2.dtd" + |