validator/htdocs/config types.conf,1.10,1.11

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv12626

Modified Files:
	types.conf 
Log Message:
Adding XHTML+Math* to types registry
- allows pretty-print FPI display in results
- "forces" proper parse modes (XML) even if sent as text/html



Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- types.conf	5 Feb 2005 04:08:31 -0000	1.10
+++ types.conf	19 Apr 2005 05:50:14 -0000	1.11
@@ -333,6 +333,36 @@
   </Types>
 </MathML_2>
 
+<XHTML_1.1_MathML_2>
+  Name       = math
+  Display    = XHTML 1.1 plus MathML 2.0
+  Info URL   = http://www.w3.org/TR/MathML2/
+  PubID      = -//W3C//DTD XHTML 1.1 plus MathML 2.0//EN
+  SysID      = http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd
+  Namespace  = http://www.w3.org/1999/xhtml
+  Parse Mode = XML
+  <Types>
+    Allowed   = application/xhtml+xml
+    Forbidden = text/html
+    Preferred = application/xhtml+xml
+  </Types>
+</XHTML_1.1_MathML_2>
+
+<XHTML_1.1_MathML_2_SVG_1.1>
+  Name       = math
+  Display    = XHTML 1.1 plus MathML 2.0 plus SVG 1.1
+  Info URL   = http://www.w3.org/TR/XHTMLplusMathMLplusSVG/
+  PubID      = -//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN
+  SysID      = http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd
+  Namespace  = http://www.w3.org/1999/xhtml
+  Parse Mode = XML
+  <Types>
+    Allowed   = application/xhtml+xml
+    Forbidden = text/html
+    Preferred = application/xhtml+xml
+  </Types>
+</XHTML_1.1_MathML_2_SVG_1.1>
+
 <SVG_1_0>
   Name       = svg
   Display    = SVG 1.0

Received on Tuesday, 19 April 2005 05:50:17 UTC