summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/config/types.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index e734023..aa2dea9 100644
--- a/htdocs/config/types.conf
+++ b/htdocs/config/types.conf
@@ -1,7 +1,7 @@
#
# Main Document Type Database for the W3C Markup Validation Service.
#
-# $Id: types.conf,v 1.11 2005-04-19 05:50:14 ot Exp $
+# $Id: types.conf,v 1.12 2005-04-22 00:23:00 ot Exp $
#
# Maintains all information for each of the document types we support.
# See 'perldoc Config::General' for the syntax, and be aware that the
@@ -317,6 +317,7 @@
</Badge>
</ISO_IEC_15445_2000>
+# MathML 2 and other MathML-friendly XHTML Host languages
<MathML_2>
Name = math
@@ -327,9 +328,10 @@
Namespace = http://www.w3.org/1998/Math/MathML
Parse Mode = XML
<Types>
- Allowed = application/xhtml+xml
+ Allowed = application/mathml+xml
+ Forbidden = application/xhtml+xml
Forbidden = text/html
- Preferred = application/xhtml+xml
+ Preferred = application/mathml+xml
</Types>
</MathML_2>
@@ -343,6 +345,8 @@
Parse Mode = XML
<Types>
Allowed = application/xhtml+xml
+ Allowed = application/xml
+ Allowed = text/xml
Forbidden = text/html
Preferred = application/xhtml+xml
</Types>
@@ -358,6 +362,8 @@
Parse Mode = XML
<Types>
Allowed = application/xhtml+xml
+ Allowed = application/xml
+ Allowed = text/xml
Forbidden = text/html
Preferred = application/xhtml+xml
</Types>