diff options
author | ville <ville@localhost> | 2009-11-08 19:57:42 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-08 19:57:42 +0000 |
commit | cef737a799762a38a8cdb36edca2a69eb633eb69 (patch) | |
tree | 41020ad8de4b76e24ba610fc5238d8d81b8f676b | |
parent | 7aed789cceba75deeec059a7ee8e3f67e39c9d31 (diff) | |
download | markup-validator-cef737a799762a38a8cdb36edca2a69eb633eb69.zip markup-validator-cef737a799762a38a8cdb36edca2a69eb633eb69.tar.gz markup-validator-cef737a799762a38a8cdb36edca2a69eb633eb69.tar.bz2 |
Add mathml2-qname-1.mod FPI.
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc index 6730510..f568a39 100644 --- a/htdocs/sgml-lib/xml.soc +++ b/htdocs/sgml-lib/xml.soc @@ -13,6 +13,8 @@ PUBLIC "-//W3C//DTD MathML 2.0//EN" "XX-MathML2-20031104/mathml2.dtd" SYSTEM "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd" "XX-MathML2-20031104/mathml2.dtd" +PUBLIC "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN" + "XX-MathML2-20031104/mathml2-qname-1.mod" PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "XX-MathML2-20031104/xhtml-math11-f.dtd" SYSTEM "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" |